This is the mail archive of the gcc-patches@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]

Patch ping [part 1/3]


This is a ping for the libcpp bits of:
http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01004.html
It can go in separately.

Okay for mainline?

		Thanks,
		--Kaveh


2005-07-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* configure.ac (ACX_PROG_CC_WARNING_OPTS): add
	-Wmissing-format-attribute.

	* configure: Regenerate.

diff -rup orig/egcc-CVS20050713/libcpp/configure.ac egcc-CVS20050713/libcpp/configure.ac
--- orig/egcc-CVS20050713/libcpp/configure.ac	2005-06-13 22:07:49.000000000 -0400
+++ egcc-CVS20050713/libcpp/configure.ac	2005-07-14 10:31:09.000000000 -0400
@@ -22,7 +22,8 @@ AC_CHECK_PROGS([AUTOHEADER], [autoheader
 # See config/warnings.m4 for details.
 
 ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \
-			  -Wmissing-prototypes -Wold-style-definition])
+			  -Wmissing-prototypes -Wold-style-definition \
+			  -Wmissing-format-attribute])
 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long])
 
 # Only enable with --enable-werror-always until existing warnings are


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