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. :)
This commit is contained in:
Jon Trulson 2014-03-24 16:34:58 -06:00
parent b2db23c0af
commit 2f4072ee69
1 changed files with 1 additions and 1 deletions

View 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