summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-01-28 14:05:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-01-28 18:35:49 +0100
commit6171812c5520b80dabd007c709143fbf43b527fb (patch)
treefdaa56a1af42c77b8ad6c7f6dfdc8134416c1fd6 /config_host
parentelementary: Move wrong placed icons, delete unnessary icons (diff)
downloadcore-6171812c5520b80dabd007c709143fbf43b527fb.tar.gz
core-6171812c5520b80dabd007c709143fbf43b527fb.zip
HAVE_GCC_ATTRIBUTE_WARN_UNUSED should always be true now for Clang/GCC
...but for safety, leave the configure.ac check in for some longer. Change-Id: I90cba5812492ba85d7723ff71aba75b7721b9622 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87621 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_global.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index f7672d211647..aa5863f73b6a 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -18,8 +18,6 @@ Any change in this header will cause a rebuild of almost everything.
#define HAVE_GCC_PRAGMA_OPERATOR 0
#define HAVE_GCC_DEPRECATED_MESSAGE 0
#define HAVE_SYSLOG_H 0
-/* Compiler supports __attribute__((warn_unused)). */
-#define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0
/* Guaranteed copy elision (C++17), __cpp_guaranteed_copy_elision (C++2a): */
#define HAVE_CPP_GUARANTEED_COPY_ELISION 0