aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/spdlog/tests/main.cpp
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2026-03-09 18:40:40 -0700
committerLiam Mitchell <[email protected]>2026-03-09 18:40:40 -0700
commit97aa4e5c48305647a5d8f09da5f24bc1ce5540f3 (patch)
tree11062e72f4342aeb2f16ac19d6af20ac0e4acd78 /thirdparty/spdlog/tests/main.cpp
parentMerge branch 'main' into lm/oidctoken-exe-path (diff)
parentupdated chunk–block analyser (#818) (diff)
downloadzen-97aa4e5c48305647a5d8f09da5f24bc1ce5540f3.tar.xz
zen-97aa4e5c48305647a5d8f09da5f24bc1ce5540f3.zip
Merge branch 'main' into lm/oidctoken-exe-path
Diffstat (limited to 'thirdparty/spdlog/tests/main.cpp')
-rw-r--r--thirdparty/spdlog/tests/main.cpp10
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