This commit is contained in:
gabime
2023-03-01 01:12:50 +02:00
parent ceb71825b2
commit 8be5b41a2f
6 changed files with 17988 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // Workaround for GCC 12
#endif
#include <catch2/catch_all.hpp>
#include "catch.hpp"
#if defined(__GNUC__) && __GNUC__ == 12
# pragma GCC diagnostic pop
#endif