aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/spdlog/tests/main.cpp
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2026-03-09 19:06:36 -0700
committerLiam Mitchell <[email protected]>2026-03-09 19:06:36 -0700
commitd1abc50ee9d4fb72efc646e17decafea741caa34 (patch)
treee4288e00f2f7ca0391b83d986efcb69d3ba66a83 /thirdparty/spdlog/tests/main.cpp
parentAllow requests with invalid content-types unless specified in command line or... (diff)
parentupdated chunk–block analyser (#818) (diff)
downloadzen-d1abc50ee9d4fb72efc646e17decafea741caa34.tar.xz
zen-d1abc50ee9d4fb72efc646e17decafea741caa34.zip
Merge branch 'main' into lm/restrict-content-type
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