linux.cf: turn off writable strings warnings (write-strings)
authorJon Trulson <jon@radscan.com>
Mon, 24 Mar 2014 22:34:58 +0000 (16:34 -0600)
committerJon Trulson <jon@radscan.com>
Mon, 24 Mar 2014 22:34:58 +0000 (16:34 -0600)
There are about 1900 of them, if someone wants to go fix them, please
be my guest. :)

cde/config/cf/linux.cf

index 812485538a7e23577b370a52abf9aa1945f605e7..9cd893363aa36d09af3744d8d37421dcd84918cd 100644 (file)
@@ -145,7 +145,7 @@ TIRPCLIB =
 #endif
 
 #if !defined(DefaultGcc2i386Opt)
-# define DefaultGcc2i386Opt -O2 -fno-strict-aliasing
+# define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings
 #endif
 
 #if LinuxCLibMajorVersion < 6