diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-02-15 17:11:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-15 17:11:23 +0100 |
commit | 764e4a4cd384ce9aafa2ba4ba862f7dc8a4c8934 (patch) | |
tree | 7cd28baa4cba34a700d14d3eeb07c6c87c72bd54 /sdext | |
parent | 7e241cda123e8afac329445121c555586020ae93 (diff) |
sdext: if all else fails USE BIGGER HAMMER
Change-Id: I83803461310580c47886322e20c0949a371a0407
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/pdfparse/pdfparse.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx index 9512cfcf3bf3..5d69d767aa97 100644 --- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx +++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx @@ -34,10 +34,6 @@ #include <boost/spirit/include/classic_file_iterator.hpp> #include <boost/bind.hpp> -#if defined(_MSC_VER) -#pragma warning(pop) -#endif - #include <string.h> #include <rtl/strbuf.hxx> @@ -682,5 +678,9 @@ PDFEntry* PDFReader::read( const char* pFileName ) #endif // WIN32 } +#if defined(_MSC_VER) +#pragma warning(pop) +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |