summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-08-28 17:07:16 +0200
committerJan Holesovsky <kendy@collabora.com>2019-01-25 16:35:08 +0100
commit4627da3af6ff6664c4124362743b50caa0aa3a3a (patch)
tree87e382dfecc3ac2f21dbf082e5b1b4e43c93b49e /config_host
parentdon't try to package libmysqlclo.so in case of MPLv2 subset (diff)
downloadcore-4627da3af6ff6664c4124362743b50caa0aa3a3a.tar.gz
core-4627da3af6ff6664c4124362743b50caa0aa3a3a.zip
Silence bogus -Werror=redundant-move (GCC 9)
Change-Id: Ia078fb8e1e497edfa08e2a61d1659100461fc52e Reviewed-on: https://gerrit.libreoffice.org/59720 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/66914 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_global.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index e0dc1418e9cb..d070373b4350 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -23,4 +23,8 @@ Any change in this header will cause a rebuild of almost everything.
/* Compiler supports __attribute__((warn_unused)). */
#define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0
+/* GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87150> "move ctor wrongly chosen in return
+ stmt (derived vs. base)": */
+#define HAVE_GCC_BUG_87150 0
+
#endif