summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-27 14:03:18 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-27 14:03:18 +0200
commit6943c7b11c92f3d4971704abcb213f57eaa4e115 (patch)
treeb1a21045df0ad88eb5216c0ab134f2e5ddc836f3 /sdext
parentd72a0b5c618a37b70ba4d111b457deefad8f025f (diff)
Sigh, my git grep regexps missed some cases
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
index 765d0be21537..102e564d1f83 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
@@ -54,7 +54,7 @@
#ifdef WNT
# define snprintf _snprintf
-#if defined GCC
+#if defined __GNUC__
#pragma GCC diagnostic warning "-Wformat"
#pragma GCC diagnostic warning "-Wformat-extra-args"
#endif