mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
verbosity.c - prevent warning
This commit is contained in:
parent
65ce2d145d
commit
73168d343f
@ -99,6 +99,8 @@ static aslclient asl_client;
|
|||||||
#else
|
#else
|
||||||
FILE *fp = NULL;
|
FILE *fp = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
(void)fp;
|
||||||
|
|
||||||
if (!verbosity_is_enabled())
|
if (!verbosity_is_enabled())
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user