summaryrefslogtreecommitdiff
path: root/src/range/slice_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/range/slice_test.cpp')
-rw-r--r--src/range/slice_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/range/slice_test.cpp b/src/range/slice_test.cpp
index f49b360..d31d973 100644
--- a/src/range/slice_test.cpp
+++ b/src/range/slice_test.cpp
@@ -25,8 +25,6 @@
namespace tmwa
{
-#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
-
TEST(slice, slice)
{
int init[] = {1, 2, 3, 4, 5};