verbosity.c - prevent warning

This commit is contained in:
twinaphex 2016-09-19 17:06:59 +02:00
parent 65ce2d145d
commit 73168d343f

View File

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