mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
verbosity.c - prevent warning
This commit is contained in:
parent
65ce2d145d
commit
73168d343f
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ static aslclient asl_client;
|
|||
#else
|
||||
FILE *fp = NULL;
|
||||
#endif
|
||||
|
||||
(void)fp;
|
||||
|
||||
if (!verbosity_is_enabled())
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue