From 0a5f7424660e404e5fd0361b9331d154acf01d6c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Oct 2008 13:53:23 +0000 Subject: Marked all unused args on non-W32 platforms. --- common/signal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/signal.c') diff --git a/common/signal.c b/common/signal.c index f48dc6ee5..98859a43d 100644 --- a/common/signal.c +++ b/common/signal.c @@ -146,6 +146,7 @@ got_fatal_signal (int sig) static RETSIGTYPE got_usr_signal (int sig) { + (void)sig; caught_sigusr1 = 1; } #endif /*!HAVE_DOSISH_SYSTEM*/ -- cgit v1.2.3