1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-02 21:23:51 +00: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

View File

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