From 35d607f46eba3c01ff66a66b4a8198efc2d1d07a Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 19 Sep 2016 19:30:45 +0200 Subject: [PATCH] Buildfix --- verbosity.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/verbosity.c b/verbosity.c index 2de6b89fff..5c1e397d8b 100644 --- a/verbosity.c +++ b/verbosity.c @@ -98,9 +98,8 @@ static aslclient asl_client; #endif #else FILE *fp = NULL; -#endif - (void)fp; +#endif if (!verbosity_is_enabled()) return;