]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 20 Nov 2009 15:03:41 +0000 (15:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 20 Nov 2009 15:03:41 +0000 (15:03 +0000)
magick/studio.h
wand/studio.h

index 1db0f8db1c65b8532e20f189d711f556e684aa01..4be9e11e09c6c863c195f33082ff75b6a6e431d0 100644 (file)
@@ -231,7 +231,7 @@ extern int vsnprintf(char *,size_t,const char *,va_list);
 #endif
 
 #if !defined(magick_attribute)
-#  if (defined(__GNUC__) && (__GNUC__ > 3))
+#  if (defined(__GNUC__) && (__GNUC__ > 2))
 #    define magick_attribute  __attribute__
 #  else
 #    define magick_attribute(x)  /* nothing */
@@ -239,7 +239,7 @@ extern int vsnprintf(char *,size_t,const char *,va_list);
 #endif
 
 #if !defined(magick_unused)
-#  if (defined(__GNUC__) && (__GNUC__ > 3))
+#  if (defined(__GNUC__) && (__GNUC__ > 2))
 #     define magick_unused(x)  magick_unused_ ## x __attribute__((unused))
 #  elif defined(__LCLINT__)
 #    define magick_unused(x) /*@unused@*/ x
index fb3b0ef952a97498c1fda0c588c3fa32baa2a8cf..b6623b9d95ca1e23490042bb264b20b4ceb37940 100644 (file)
@@ -231,7 +231,7 @@ extern int vsnprintf(char *,size_t,const char *,va_list);
 #endif
 
 #if !defined(wand_attribute)
-#  if (defined(__GNUC__) && (__GNUC__ > 3))
+#  if (defined(__GNUC__) && (__GNUC__ > 2))
 #    define wand_attribute  __attribute__
 #  else
 #    define wand_attribute(x)  /* nothing */
@@ -239,7 +239,7 @@ extern int vsnprintf(char *,size_t,const char *,va_list);
 #endif
 
 #if !defined(wand_unused)
-#  if (defined(__GNUC__) && (__GNUC__ > 3))
+#  if (defined(__GNUC__) && (__GNUC__ > 2))
 #    define wand_unused(x)  wand_unused_ ## x __attribute__((unused))
 #  elif defined(__LCLINT__)
 #    define wand_unused(x) /*@unused@*/ x