summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-04 09:45:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-04 10:11:13 +0100
commitf43e0fe4d64da654a48ae5d912a8c8f1a8596b11 (patch)
tree64daf1f2f4b2170862f2aa6e910d03f6a397ddbe /sdext
parent35133f60356a5ea4322f4df13e1e814e4001ba07 (diff)
Silence -Werror,-Wundef in external/poppler includes (clang-cl)
Change-Id: I42ae8b5d1769eba3e5af68b3b183c77f40c35ca8
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index 6b15715deab2..d52e3a0e3a76 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -25,6 +25,7 @@
#if defined __GNUC__ || defined __clang__
# pragma GCC diagnostic push
+# pragma GCC diagnostic ignored "-Wundef"
# pragma GCC diagnostic ignored "-Wunused-parameter"
#elif defined _MSC_VER
#pragma warning(push, 1)