summaryrefslogtreecommitdiff
path: root/src/strings/strings_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/strings_test.cpp')
-rw-r--r--src/strings/strings_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings/strings_test.cpp b/src/strings/strings_test.cpp
index b76bde5..df4c2c3 100644
--- a/src/strings/strings_test.cpp
+++ b/src/strings/strings_test.cpp
@@ -25,6 +25,9 @@
#include "../poison.hpp"
+
+#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+
template<typename T>
class StringTest : public ::testing::Test
{