Commit b19d3629 authored by Max Kellermann's avatar Max Kellermann

util/Manual: use GCC_CHECK_VERSION

parent 84c519df
...@@ -114,7 +114,7 @@ public: ...@@ -114,7 +114,7 @@ public:
} }
}; };
#if defined(__clang__) || GCC_VERSION >= 40700 #if defined(__clang__) || GCC_CHECK_VERSION(4,7)
#pragma GCC diagnostic pop #pragma GCC diagnostic pop
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment