diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/dri_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index 6234fd812bf..5cd150ab4d2 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -40,7 +40,7 @@ #include <stdbool.h> #include "loader.h" -#if (__GNUC__ >= 3) +#if (__GNUC__) #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) #else #define PRINTFLIKE(f, a) |