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:
parent
b2db23c0af
commit
2f4072ee69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue