summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/opentype/hb-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-private.h b/pango/opentype/hb-private.h
index ea29e74a..b17b24a0 100644
--- a/pango/opentype/hb-private.h
+++ b/pango/opentype/hb-private.h
@@ -158,7 +158,7 @@ typedef GStaticMutex hb_mutex_t;
#define __attribute__(x)
#endif
-#if __GNUC__ >= 3
+#if __GNUC__ >= 4
#define HB_GNUC_UNUSED __attribute__((unused))
#define HB_GNUC_PURE __attribute__((pure))
#define HB_GNUC_CONST __attribute__((const))