X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fprogress.c;fp=src%2Fprogress.c;h=6cb22d70ecb53304c6b2c71b9755d03ffa14f0ff;hp=02aad114f4f4ce3bebe6da569d6ca564c8409a6a;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=351e438e5109856d8e97af19583e655aa2f1bb4c diff --git a/src/progress.c b/src/progress.c index 02aad114..6cb22d70 100644 --- a/src/progress.c +++ b/src/progress.c @@ -173,7 +173,7 @@ progress_create (const char *f_download, wgint initial, wgint total) and current update. */ bool -progress_interactive_p (void *progress) +progress_interactive_p (void *progress _GL_UNUSED) { return current_impl->interactive; } @@ -1162,7 +1162,7 @@ bar_set_params (const char *params) #ifdef SIGWINCH void -progress_handle_sigwinch (int sig) +progress_handle_sigwinch (int sig _GL_UNUSED) { received_sigwinch = 1; signal (SIGWINCH, progress_handle_sigwinch);