summaryrefslogtreecommitdiff
path: root/src/generic/md5_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/md5_test.cpp')
-rw-r--r--src/generic/md5_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/generic/md5_test.cpp b/src/generic/md5_test.cpp
index 047b082..b7854c9 100644
--- a/src/generic/md5_test.cpp
+++ b/src/generic/md5_test.cpp
@@ -25,6 +25,9 @@
#include "../poison.hpp"
+
+#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+
// This should be made part of the main API,
// but is not yet to keep the diff small.
// Edit: hack to fix the new strict comparison.