util/Manual: use GCC_CHECK_VERSION
This commit is contained in:
parent
84c519df09
commit
b19d3629b9
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user