Remove superfluous warning suppression in tests

This commit is contained in:
Martin Hořeňovský 2022-02-22 19:15:38 +01:00
parent 4a2eb90302
commit ff5b311898
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@
#include <catch2/internal/catch_commandline.hpp>
#include <catch2/generators/catch_generators.hpp>
#ifdef __clang__
# pragma clang diagnostic ignored "-Wc++98-compat"
#endif
namespace {
auto fakeTestCase(const char* name, const char* desc = "") { return Catch::makeTestCaseInfo("", { name, desc }, CATCH_INTERNAL_LINEINFO); }
}