[uim-commit] r488 - trunk

kzk at freedesktop.org kzk at freedesktop.org
Wed Feb 2 12:48:49 PST 2005


Author: kzk
Date: 2005-02-02 12:48:41 -0800 (Wed, 02 Feb 2005)
New Revision: 488

Modified:
   trunk/configure.ac
Log:
* configure.ac
  - add warning flags for more strict compilation


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-02 20:32:51 UTC (rev 487)
+++ trunk/configure.ac	2005-02-02 20:48:41 UTC (rev 488)
@@ -554,7 +554,7 @@
 # add warning flags to CFLAGS if GCC=yes
 if test x$CC = xgcc; then
 	CFLAGS="$CFLAGS -Wall -std=gnu89 -pedantic -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare"
-	CXXFLAGS="$CXXFLAGS -Wall"
+	CXXFLAGS="$CXXFLAGS -Wnon-virtual-dtor -Wno-long-long -ansi -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute"
 fi
 
 if test x$enable_compat_scm = xyes; then



More information about the Uim-commit mailing list