aboutsummaryrefslogtreecommitdiff
path: root/networking/nc_bloaty.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/nc_bloaty.c')
-rw-r--r--networking/nc_bloaty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c
index ce4829584..34f715fc5 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -177,7 +177,7 @@ static void unarm(void)
177} 177}
178 178
179/* timeout and other signal handling cruft */ 179/* timeout and other signal handling cruft */
180static void tmtravel(int sig) 180static void tmtravel(int sig ATTRIBUTE_UNUSED)
181{ 181{
182 unarm(); 182 unarm();
183 longjmp(jbuf, 1); 183 longjmp(jbuf, 1);