diff --git a/src/startup.c b/src/startup.c index 90154d82..ce5a7741 100644 --- a/src/startup.c +++ b/src/startup.c @@ -163,6 +163,8 @@ static RETSIGTYPE handleExitSig(int sig) /* Dummy signal handler */ static void dummyHandler(int sig) { + /* Parameter is not used, but tell the compiler that it is ok */ + (void) sig; } /*