diff options
Diffstat (limited to 'src/range/slice_test.cpp')
-rw-r--r-- | src/range/slice_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/range/slice_test.cpp b/src/range/slice_test.cpp index f59bf84..a58cc78 100644 --- a/src/range/slice_test.cpp +++ b/src/range/slice_test.cpp @@ -22,6 +22,9 @@ #include "../poison.hpp" + +#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" + TEST(slice, slice) { int init[] = {1, 2, 3, 4, 5}; |