From 5097a5e406e6f1d4f25d4faaa91c0fac08acce4b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 21:25:48 +0100 Subject: Fix warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/pipeutils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pipeutils.c b/src/pipeutils.c index 9202910..0b21b5c 100644 --- a/src/pipeutils.c +++ b/src/pipeutils.c @@ -27,6 +27,7 @@ int pipeutils_create_nonblocking(int pipefds[2]) { + (void) pipefds; return -1; } -- cgit v1.2.3-70-g09d2