]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
jlibtool: Fix minor warnings
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 3 Apr 2023 23:31:35 +0000 (17:31 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 3 Apr 2023 23:31:35 +0000 (17:31 -0600)
scripts/jlibtool.c

index 3efc8d819166352586dd789503f9e7aaaa9dbab5..a82216b635f0b542b8994e0248a126d327e7784d 100644 (file)
@@ -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;
 }