mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 03:01:50 +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"
|
#include "osd.h"
|
||||||
|
|
||||||
|
#ifdef LOGERROR
|
||||||
static FILE *error_log;
|
static FILE *error_log;
|
||||||
|
#endif
|
||||||
|
|
||||||
void error_init(void)
|
void error_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user