mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Removed some #pragmas that have been causing problems for now
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
#pragma clang diagnostic ignored "-Wpadded"
|
||||
#pragma clang diagnostic ignored "-Wc++98-compat"
|
||||
#pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
|
||||
#pragma clang diagnostic ignored "-WGeneralized initializer lists are incompatible with C++98"
|
||||
#pragma clang diagnostic ignored "-WRvalue references are incompatible with C++98"
|
||||
#endif
|
||||
|
||||
#ifdef CATCH_CONFIG_MAIN
|
||||
|
Reference in New Issue
Block a user