diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-05 21:25:48 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-05 21:25:48 +0100 |
commit | 5097a5e406e6f1d4f25d4faaa91c0fac08acce4b (patch) | |
tree | f70acb866a74739d233ae589c5cc22a0a3232275 /src/pipeutils.c | |
parent | Fix warnings (diff) | |
download | redshift-ng-5097a5e406e6f1d4f25d4faaa91c0fac08acce4b.tar.gz redshift-ng-5097a5e406e6f1d4f25d4faaa91c0fac08acce4b.tar.bz2 redshift-ng-5097a5e406e6f1d4f25d4faaa91c0fac08acce4b.tar.xz |
Fix warning
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/pipeutils.c')
-rw-r--r-- | src/pipeutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |