summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-01-14 15:12:24 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2019-01-15 10:35:13 +0100
commit0609ea4fc27f34367716bf41c0cdaa7785aed9da (patch)
tree60de4494ca0e5c8f00bd27b1a5edbd5626e76581 /sdext
parentsdext: fix build with poppler 0.73 (diff)
downloadcore-0609ea4fc27f34367716bf41c0cdaa7785aed9da.tar.gz
core-0609ea4fc27f34367716bf41c0cdaa7785aed9da.zip
poppler: upgrade to release 0.73.0
Change-Id: If20998f8565b5534a96b3f29ccec572273edca1d Reviewed-on: https://gerrit.libreoffice.org/66306 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
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 cd091e5d270f..1a0c3f0caad1 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -30,6 +30,7 @@
#elif defined _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4100) // unreferenced formal parameter
+#pragma warning(disable : 4310) // cast truncates constant value
#endif
#include <GfxState.h>