diff options
Diffstat (limited to 'src/strings/strings_test.cpp')
-rw-r--r-- | src/strings/strings_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strings/strings_test.cpp b/src/strings/strings_test.cpp index 8c3d80a..a95499d 100644 --- a/src/strings/strings_test.cpp +++ b/src/strings/strings_test.cpp @@ -28,8 +28,6 @@ namespace tmwa { -#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" - template<typename T> class StringTest : public ::testing::Test { |