From 6b919c82d24665dd0a1f2c37cd3d0e0faa3902aa Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 27 Jun 2018 22:30:28 -0600 Subject: [PATCH] FreeBSD.cf, OpenBSD.cf: remove -Wno-deprecated-register, no longer needed --- cde/config/cf/FreeBSD.cf | 2 +- cde/config/cf/OpenBSD.cf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/config/cf/FreeBSD.cf b/cde/config/cf/FreeBSD.cf index e327e3fa..7a2bb7b5 100644 --- a/cde/config/cf/FreeBSD.cf +++ b/cde/config/cf/FreeBSD.cf @@ -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 diff --git a/cde/config/cf/OpenBSD.cf b/cde/config/cf/OpenBSD.cf index add7c29e..82514188 100644 --- a/cde/config/cf/OpenBSD.cf +++ b/cde/config/cf/OpenBSD.cf @@ -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) -- 2.25.1