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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user