From d17d47a66ac01aaf6f89c400c18d844551d9f3f0 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 20 Nov 2009 15:03:41 +0000 Subject: [PATCH] --- magick/studio.h | 4 ++-- wand/studio.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/magick/studio.h b/magick/studio.h index 1db0f8db1..4be9e11e0 100644 --- a/magick/studio.h +++ b/magick/studio.h @@ -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 diff --git a/wand/studio.h b/wand/studio.h index fb3b0ef95..b6623b9d9 100644 --- a/wand/studio.h +++ b/wand/studio.h @@ -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 -- 2.50.1