diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 09:45:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 10:11:13 +0100 |
commit | f43e0fe4d64da654a48ae5d912a8c8f1a8596b11 (patch) | |
tree | 64daf1f2f4b2170862f2aa6e910d03f6a397ddbe /sdext/source/pdfimport | |
parent | 35133f60356a5ea4322f4df13e1e814e4001ba07 (diff) |
Silence -Werror,-Wundef in external/poppler includes (clang-cl)
Change-Id: I42ae8b5d1769eba3e5af68b3b183c77f40c35ca8
Diffstat (limited to 'sdext/source/pdfimport')
-rw-r--r-- | sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx | 1 |
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) |