From f43e0fe4d64da654a48ae5d912a8c8f1a8596b11 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 4 Mar 2016 09:45:10 +0100 Subject: [PATCH] Silence -Werror,-Wundef in external/poppler includes (clang-cl) Change-Id: I42ae8b5d1769eba3e5af68b3b183c77f40c35ca8 --- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx | 1 + 1 file changed, 1 insertion(+) 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)