[Libreoffice-commits] core.git: sdext/source

Jelle van der Waa jelle at vdwaa.nl
Wed Dec 18 07:54:09 PST 2013


 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 6e06bd6cb5199b5164975eff97dd22b0a69829e5
Author: Jelle van der Waa <jelle at vdwaa.nl>
Date:   Wed Dec 18 16:44:17 2013 +0100

    fdo#72598 Remove SunStudio cruft from code base
    
    Change-Id: I8dfbbb36cca3cf71c8d347b248dd206c447db6d2
    Reviewed-on: https://gerrit.libreoffice.org/7136
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index f7e4a98..760bfe7 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -27,8 +27,6 @@
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored "-Wunused-parameter"
 #endif
-#elif defined __SUNPRO_CC
-#pragma disable_warn
 #elif defined _MSC_VER
 #pragma warning(push, 1)
 #endif
@@ -46,8 +44,6 @@
 #if HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE
 # pragma GCC diagnostic pop
 #endif
-#elif defined __SUNPRO_CC
-#pragma enable_warn
 #elif defined _MSC_VER
 #pragma warning(pop)
 #endif


More information about the Libreoffice-commits mailing list