1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-28 20:05:43 +02:00

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

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