sdext/source/pdfimport/pdfparse/pdfparse.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 7e241cda123e8afac329445121c555586020ae93 Author: Michael Stahl <mst...@redhat.com> Date: Thu Feb 15 16:58:54 2018 +0100 sdext: suppress another MSVC warning Somehow a8ea79b10bfc4851d092270f02fa8c817c9bc0d9 caused another warning to appear in the MSVC 2015 that is used in jenkins builds. Whyever. Change-Id: Iba73de5739078972129d0a2de7d8a6437c12b2e0 diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx index a13b44b0a371..9512cfcf3bf3 100644 --- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx +++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx @@ -24,6 +24,7 @@ #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable:4996) +#pragma warning(disable:4503) #endif // workaround windows compiler: do not include multi_pass.hpp _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits