From 3b59dbbffdb73e48f9e2398bb1eecc24e3d95e13 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 2 Oct 2014 18:15:41 +0200 Subject: remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macro This is supported in GCC 4.6.0 already: https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Diagnostic-Pragmas.html Change-Id: I2f67e588eea3a323a2e9c81e39e56ab2e715a817 --- config_host/config_global.h.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config_host') diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index 197f2c0fd9d3..ee0514267633 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -17,7 +17,6 @@ Any change in this header will cause a rebuild of almost everything. #define HAVE_CXX11_FINAL 0 #define HAVE_CXX11_PERFECT_FORWARDING 0 #define HAVE_GCC_BUILTIN_ATOMIC 0 -#define HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE 0 /* _Pragma */ #define HAVE_GCC_PRAGMA_OPERATOR 0 #define HAVE_GCC_DEPRECATED_MESSAGE 0 -- cgit