diff options
Diffstat (limited to 'thirdparty/spdlog/tests/main.cpp')
| -rw-r--r-- | thirdparty/spdlog/tests/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/spdlog/tests/main.cpp b/thirdparty/spdlog/tests/main.cpp deleted file mode 100644 index a4a4ff154..000000000 --- a/thirdparty/spdlog/tests/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#if defined(__GNUC__) && __GNUC__ == 12 - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // Workaround for GCC 12 -#endif - -#include <catch2/catch_all.hpp> - -#if defined(__GNUC__) && __GNUC__ == 12 - #pragma GCC diagnostic pop -#endif |