]> git.ipfire.org Git - thirdparty/git.git/blobdiff - daemon.c
Merge branch 'jk/unused-post-2.39-part2'
[thirdparty/git.git] / daemon.c
index eb733d222fa893115f624069113e2226102bae46..8908e7f8d2a27c4e81225f69c4a4401e0698c363 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -929,7 +929,7 @@ static void handle(int incoming, struct sockaddr *addr, socklen_t addrlen)
                add_child(&cld, addr, addrlen);
 }
 
-static void child_handler(int signo)
+static void child_handler(int signo UNUSED)
 {
        /*
         * Otherwise empty handler because systemcalls will get interrupted