aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/Manual.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Manual.hxx b/src/util/Manual.hxx
index baab0a555..3cdf7d0df 100644
--- a/src/util/Manual.hxx
+++ b/src/util/Manual.hxx
@@ -114,7 +114,7 @@ public:
}
};
-#if defined(__clang__) || GCC_VERSION >= 40700
+#if defined(__clang__) || GCC_CHECK_VERSION(4,7)
#pragma GCC diagnostic pop
#endif