From fde72e50fc280e583b8aec13b4d4af3bd1d205e5 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Mon, 8 Jul 2024 17:27:59 +0200 Subject: removed unneeded headers; fixed some warnings --- src/bouncesaying.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bouncesaying.c') diff --git a/src/bouncesaying.c b/src/bouncesaying.c index 3d40b69..7a94ab2 100644 --- a/src/bouncesaying.c +++ b/src/bouncesaying.c @@ -2,13 +2,13 @@ #include "exit.h" #include "logmsg.h" -#include "sig.h" #include "wait.h" #define WHO "bouncesaying" int main(int argc, char **argv) { + (void)argc; int pid; int wstat; -- cgit v1.2.3