mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
FreeBSD.cf, OpenBSD.cf: remove -Wno-deprecated-register, no longer needed
This commit is contained in:
parent
d0dd809b74
commit
6b919c82d2
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ USE_GCC = UseGcc
|
||||||
#ifndef DefaultGcc2i386Opt
|
#ifndef DefaultGcc2i386Opt
|
||||||
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
|
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
|
||||||
#define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings \
|
#define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings \
|
||||||
-Wno-unused-result -Wno-deprecated-register
|
-Wno-unused-result
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1051,7 +1051,7 @@ CXXDEPENDINCLUDE != CcCmd -v -x c++ /dev/null -fsyntax-only \
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(GccWarningOptions)
|
#if !defined(GccWarningOptions)
|
||||||
# define GccWarningOptions -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch -Wno-unused-result -Wno-deprecated-register
|
# define GccWarningOptions -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch -Wno-unused-result
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
|
#define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue