[LLVMbugs] [Bug 10448] -Wall should include -Wsign-compare
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Nov 15 13:15:50 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=10448
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rnk at google.com
Resolution|--- |WONTFIX
--- Comment #1 from Reid Kleckner <rnk at google.com> ---
I'm just repeating discussion from hazy memory, but I think the answer is that
-Wsign-compare has a sufficiently high false positive rate that we don't want
it on by default. It's useful for other people who are trying to get close to
warning parity with MSVC and gcc, but they have to pass the flag explicitly.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131115/987ea4da/attachment.html>
More information about the llvm-bugs
mailing list