verbosity.c - prevent warning
This commit is contained in:
parent
65ce2d145d
commit
73168d343f
|
@ -99,6 +99,8 @@ static aslclient asl_client;
|
|||
#else
|
||||
FILE *fp = NULL;
|
||||
#endif
|
||||
|
||||
(void)fp;
|
||||
|
||||
if (!verbosity_is_enabled())
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue