From 73168d343fc4b2cdebca0caa4b66672cd9ef6bb0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 19 Sep 2016 17:06:59 +0200 Subject: [PATCH] verbosity.c - prevent warning --- verbosity.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/verbosity.c b/verbosity.c index 1525fb1576..2de6b89fff 100644 --- a/verbosity.c +++ b/verbosity.c @@ -99,6 +99,8 @@ static aslclient asl_client; #else FILE *fp = NULL; #endif + + (void)fp; if (!verbosity_is_enabled()) return;