[gs-cvs] rev 7660 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Wed Jan 31 10:27:27 PST 2007


Author: giles
Date: 2007-01-31 10:27:26 -0800 (Wed, 31 Jan 2007)
New Revision: 7660

Modified:
   trunk/gs/src/configure.ac
Log:
Remove -Wcast-qual since we cannot easily remove many of these 
warnings.


Modified: trunk/gs/src/configure.ac
===================================================================
--- trunk/gs/src/configure.ac	2007-01-31 12:49:22 UTC (rev 7659)
+++ trunk/gs/src/configure.ac	2007-01-31 18:27:26 UTC (rev 7660)
@@ -45,7 +45,7 @@
 if test $ac_cv_prog_gcc = yes; then
     cflags_to_try="-Wall -Wstrict-prototypes \
 -Wmissing-declarations -Wmissing-prototypes \
--Wcast-qual -Wwrite-strings \
+-Wwrite-strings \
 -fno-builtin -fno-common"
     optflags_to_try="-O2"
 else



More information about the gs-cvs mailing list