diff --git a/test/test_main.cpp b/test/test_main.cpp index 9622abf5..8420639f 100644 --- a/test/test_main.cpp +++ b/test/test_main.cpp @@ -21,14 +21,6 @@ #endif // NOMINMAX -#if defined(__GNUC__) && !defined(__clang__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" -#include "catch_amalgamated.hpp" -#pragma GCC diagnostic pop -#else -#include "catch_amalgamated.hpp" -#endif // prototype/interface header file @@ -41,6 +33,7 @@ #include "server/streamreader/stream_uri.hpp" // 3rd party headers +#include "catch_amalgamated.hpp" // standard headers #include