summaryrefslogtreecommitdiff
path: root/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'mark.c')
-rw-r--r--mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mark.c b/mark.c
index d1015813..d0307494 100644
--- a/mark.c
+++ b/mark.c
@@ -489,7 +489,7 @@ static void alloc_mark_stack(size_t);
# if GC_GNUC_PREREQ(4, 7) || GC_CLANG_PREREQ(3, 3)
# pragma GCC diagnostic push
/* Suppress "taking the address of label is non-standard" warning. */
-# if defined(__clang__) || GC_GNUC_PREREQ(6, 4)
+# if defined(__clang__) || GC_GNUC_PREREQ(6, 0)
# pragma GCC diagnostic ignored "-Wpedantic"
# else
/* GCC before ~4.8 does not accept "-Wpedantic" quietly. */