mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-30 23:24:47 +02: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…
x
Reference in New Issue
Block a user