util/Manual: use GCC_CHECK_VERSION

This commit is contained in:
Max Kellermann 2014-11-28 19:00:15 +01:00
parent 84c519df09
commit b19d3629b9

View File

@ -114,7 +114,7 @@ public:
}
};
#if defined(__clang__) || GCC_VERSION >= 40700
#if defined(__clang__) || GCC_CHECK_VERSION(4,7)
#pragma GCC diagnostic pop
#endif