diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-03-20 22:13:18 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-03-20 22:13:18 +0000 |
| commit | 3d0d9f52c3cfaf870c2985507af4d05648f184be (patch) | |
| tree | 57b8cd0efc79cb95dea77afb7b303ad2650954b2 /src | |
| parent | supress warnings (diff) | |
| download | inkscape-3d0d9f52c3cfaf870c2985507af4d05648f184be.tar.gz inkscape-3d0d9f52c3cfaf870c2985507af4d05648f184be.zip | |
remove #pragma for 11 year old compiler that I cannot imagine anyone using at this point
(bzr r13174)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/internal/pdfinput/pdf-parser.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extension/internal/pdfinput/pdf-parser.cpp b/src/extension/internal/pdfinput/pdf-parser.cpp index 30e120d26..b398486e6 100644 --- a/src/extension/internal/pdfinput/pdf-parser.cpp +++ b/src/extension/internal/pdfinput/pdf-parser.cpp @@ -76,10 +76,6 @@ extern "C" { // Operator table //------------------------------------------------------------------------ -#ifdef WIN32 // this works around a bug in the VC7 compiler -# pragma optimize("",off) -#endif - PdfOperator PdfParser::opTab[] = { {"\"", 3, {tchkNum, tchkNum, tchkString}, &PdfParser::opMoveSetShowText}, @@ -249,10 +245,6 @@ PdfOperator PdfParser::opTab[] = { &PdfParser::opCurveTo2} }; -#ifdef WIN32 // this works around a bug in the VC7 compiler -# pragma optimize("",on) -#endif - #define numOps (sizeof(opTab) / sizeof(PdfOperator)) //------------------------------------------------------------------------ |
