verbosity.c - prevent warning

This commit is contained in:
twinaphex 2016-09-19 17:06:59 +02:00
parent 65ce2d145d
commit 73168d343f
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ static aslclient asl_client;
#else
FILE *fp = NULL;
#endif
(void)fp;
if (!verbosity_is_enabled())
return;