From b1982dfa0281e7af5872f62b4b507fe639ed3973 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 17 Apr 2020 16:28:28 +0200 Subject: No need for HAVE_GCC_DEPRECATED_MESSAGE GCC appears to support it at least since "re PR c/36892 (Support __attribute__((deprecated("text string"))))" in GCC 4.5, and Clang appears to support it at least since "Add an optional string argument to DeprecatedAttr for Fix-It" in Clang 3.9. Change-Id: If0939c692703522523d1953c3793070e0f808973 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92455 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- 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 99da1d93e6c7..d9a907f4b91f 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -13,7 +13,6 @@ Any change in this header will cause a rebuild of almost everything. #define CONFIG_GLOBAL_H #define HAVE_GCC_BUILTIN_ATOMIC 0 -#define HAVE_GCC_DEPRECATED_MESSAGE 0 #define HAVE_SYSLOG_H 0 // Compiler supports all of C++2a "Add Constexpr Modifiers to Functions -- cgit