From: Jon Trulson Date: Mon, 24 Mar 2014 22:34:58 +0000 (-0600) Subject: linux.cf: turn off writable strings warnings (write-strings) X-Git-Tag: 2.2.2~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f4072ee69da0acb1fd21ca2cad882626e3e4f58;p=oweals%2Fcde.git linux.cf: turn off writable strings warnings (write-strings) There are about 1900 of them, if someone wants to go fix them, please be my guest. :) --- diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf index 81248553..9cd89336 100644 --- a/cde/config/cf/linux.cf +++ b/cde/config/cf/linux.cf @@ -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