aboutsummaryrefslogtreecommitdiffstats
path: root/shutdown.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-10 21:28:49 +0100
committerMattias Andrée <maandree@kth.se>2021-12-10 21:28:49 +0100
commitee22267ae381eb3274aff3a6c6d1b0ab6efe53d2 (patch)
treefd2cd355db5022a2df4b47d56e6326736bf88046 /shutdown.c
parentAdd liberror_setenv_failed (diff)
downloadliberror-libc-ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2.tar.gz
liberror-libc-ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2.tar.bz2
liberror-libc-ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2.tar.xz
Fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'shutdown.c')
-rw-r--r--shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown.c b/shutdown.c
index 7ea4103..8265e3f 100644
--- a/shutdown.c
+++ b/shutdown.c
@@ -30,6 +30,7 @@ liberror_shutdown_failed(int fd, int how, const char *fname)
break;
}
liberror_libc_set_error_one_file(desc, "shutdown", "Socket file", fd, fname);
+ (void) how;
}