This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13123] -Wformat doesn't detect printf() format mismatches in C++ code


------- Additional Comments From jthorn at aei dot mpg dot de  2003-11-19 14:01 -------
Created an attachment (id=5169)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5169&action=view)
compiler command line, -v output, and warning message for   gcc -v -save-temps
-c -Wformat foo.c

Compiling this source file as C (/usr/local/bin/gcc) -Wformat
correctly warns about the printf() format mismatch.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13123


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]