From: Arran Cudbard-Bell Date: Mon, 3 Apr 2023 23:31:35 +0000 (-0600) Subject: jlibtool: Fix minor warnings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0ba74dd7164cfeca49077dc0a9eb9259c887f7b;p=thirdparty%2Ffreeradius-server.git jlibtool: Fix minor warnings --- diff --git a/scripts/jlibtool.c b/scripts/jlibtool.c index 3efc8d8191..a82216b635 100644 --- a/scripts/jlibtool.c +++ b/scripts/jlibtool.c @@ -861,7 +861,7 @@ static void external_spawn_sig_handler(int signo) kill(spawn_pid, signo); /* Forward the signal to the process we're executing */ } -void external_spawn_timeout(int pid) +static void external_spawn_timeout(__attribute__((unused)) int pid) { timeout = true; }