mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
GCC pragma fixed.
This commit is contained in:
parent
a3ffc20f57
commit
bd9520c0f9
@ -28,7 +28,7 @@
|
||||
# pragma clang diagnostic ignored "-Wsign-compare"
|
||||
#elif defined __GNUC__
|
||||
# pragma GCC diagnostic push
|
||||
# pragma clang diagnostic ignored "-Wsign-compare"
|
||||
# pragma GCC diagnostic ignored "-Wsign-compare"
|
||||
#endif
|
||||
|
||||
namespace Catch {
|
||||
|
Loading…
Reference in New Issue
Block a user