mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-25 02:31:49 +01:00
[SDL] prevent a warning about unused variable
This commit is contained in:
parent
e84d7cdce8
commit
a3c888249f
@ -5,7 +5,9 @@
|
||||
|
||||
#include "osd.h"
|
||||
|
||||
#ifdef LOGERROR
|
||||
static FILE *error_log;
|
||||
#endif
|
||||
|
||||
void error_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user