[LLVMbugs] [Bug 786] Should build with -Wunused and -pedantic
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Nov 2 12:30:06 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=786
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rspencer at x10sys.com 2006-11-02 14:30 -------
The -Wunused and -Wno-unused-parameter flags are now turned on by default. Most
of the changes necessary to clean up LLVM have been made. A few remain, in these
categories:
1. Unused functions that I didn't want to delete without review.
2. Unused variables in generated code (not much we can do)
Developers and maintainers should strive to clean up the remaining few warnings
as they encounter them.
This bug is done.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list