Re-enable warnings disabled for GCC

This commit is contained in:
Phil Nash 2014-07-28 07:27:05 +01:00
parent ae76945eaf
commit 0aae635035
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#ifdef __clang__
#pragma clang diagnostic pop
#elif defined __GNUC__
#pragma GCC diagnostic pop
#endif
#endif // TWOBLUECUBES_CATCH_REENABLE_WARNINGS_H_INCLUDED