diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-02-15 16:58:54 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-15 17:00:06 +0100 |
commit | 7e241cda123e8afac329445121c555586020ae93 (patch) | |
tree | 9cb803c4a9fbbccc66c4dd26f3dbcfc83beb6a13 /sdext/source | |
parent | e20164ad9f2b3125c8ecdb5f19feee4a654e24f2 (diff) |
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
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/pdfimport/pdfparse/pdfparse.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |