summaryrefslogtreecommitdiff
path: root/src/io/write_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/write_test.cpp')
-rw-r--r--src/io/write_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/write_test.cpp b/src/io/write_test.cpp
index 970be42..ff2553a 100644
--- a/src/io/write_test.cpp
+++ b/src/io/write_test.cpp
@@ -30,6 +30,9 @@
#include "../poison.hpp"
+
+#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+
static
io::FD pipew(io::FD& rfd)
{