1
0
Fork 0
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:
Jon Trulson 2018-06-27 22:30:28 -06:00
parent d0dd809b74
commit 6b919c82d2
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ USE_GCC = UseGcc
#ifndef DefaultGcc2i386Opt
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
#define DefaultGcc2i386Opt -O2 -fno-strict-aliasing -Wno-write-strings \
-Wno-unused-result -Wno-deprecated-register
-Wno-unused-result
#endif
#endif

View file

@ -1051,7 +1051,7 @@ CXXDEPENDINCLUDE != CcCmd -v -x c++ /dev/null -fsyntax-only \
#endif
#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
#define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)