aboutsummaryrefslogtreecommitdiffstats
path: root/shutdown.c
diff options
context:
space:
mode:
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;
}