From 2f4072ee69da0acb1fd21ca2cad882626e3e4f58 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 24 Mar 2014 16:34:58 -0600 Subject: [PATCH] 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. :) --- cde/config/cf/linux.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1