1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

View file

@ -145,7 +145,7 @@ TIRPCLIB =
#endif #endif
#if !defined(DefaultGcc2i386Opt) #if !defined(DefaultGcc2i386Opt)
# define DefaultGcc2i386Opt -O2 -fno-strict-aliasing # define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings
#endif #endif
#if LinuxCLibMajorVersion < 6 #if LinuxCLibMajorVersion < 6