mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Removed some #pragmas that have been causing problems for now
This commit is contained in:
parent
5a2df71b41
commit
5ce900a532
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user