mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
ADLMIDI: Tiny warning fix
This commit is contained in:
parent
b6302f5fc9
commit
c65a004e08
1 changed files with 1 additions and 0 deletions
|
@ -796,6 +796,7 @@ ADLMIDI_EXPORT double adl_tickEvents(struct ADL_MIDIPlayer *device, double secon
|
|||
return -1.0;
|
||||
return player->Tick(seconds, granuality);
|
||||
#else
|
||||
(void)seconds; (void)granuality;
|
||||
return -1.0;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue