[LLVMbugs] [Bug 2780] llvm-g++ prints (bad?) warning not present in g++ 4.2
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Sep 30 18:28:31 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2780
Devang Patel <dpatel at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dpatel at apple.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Devang Patel <dpatel at apple.com> 2008-09-30 20:28:30 ---
llvm-gcc accidently enabled -Wformat for all targets by default, instead of
just darwin.
After revision 56905, Wformat is enabled by default on darwin only.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list