Removed some #pragmas that have been causing problems for now

This commit is contained in:
Phil Nash 2014-05-04 09:16:32 +01:00
parent 5a2df71b41
commit 5ce900a532
1 changed files with 0 additions and 2 deletions

View File

@ -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