summaryrefslogtreecommitdiff
path: root/src/ints/cmp_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ints/cmp_test.cpp')
-rw-r--r--src/ints/cmp_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ints/cmp_test.cpp b/src/ints/cmp_test.cpp
index 5767579..bcff87d 100644
--- a/src/ints/cmp_test.cpp
+++ b/src/ints/cmp_test.cpp
@@ -24,6 +24,9 @@
#include "../poison.hpp"
+
+#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+
// Google Test is *really* slow to compile this file
#undef EXPECT_EQ
#define EXPECT_EQ(a, b) assert(a == b)