summaryrefslogtreecommitdiff
path: root/src/strings/base_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/base_test.cpp')
-rw-r--r--src/strings/base_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings/base_test.cpp b/src/strings/base_test.cpp
index c630b5c..cab47be 100644
--- a/src/strings/base_test.cpp
+++ b/src/strings/base_test.cpp
@@ -27,6 +27,9 @@
#include "../poison.hpp"
+
+#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+
using namespace strings;
struct _test : VString<1> {};