FreeBSD.cf, OpenBSD.cf: remove -Wno-deprecated-register, no longer needed
authorJon Trulson <jon@radscan.com>
Thu, 28 Jun 2018 04:30:28 +0000 (22:30 -0600)
committerJon Trulson <jon@radscan.com>
Thu, 28 Jun 2018 04:30:28 +0000 (22:30 -0600)
cde/config/cf/FreeBSD.cf
cde/config/cf/OpenBSD.cf

index e327e3fa7fd4e1ad5c62281c0f4e354255b84afd..7a2bb7b50c74f586b82d133f4dfecff357cd6589 100644 (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
 
index add7c29e3be55580865d101f8592dc7029f96059..8251418836ec9f23681188dcab9a07734a24e538 100644 (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)