Fixed two warnings with -pedantic
This commit is contained in:
parent
5f2517a809
commit
d6d50e7470
|
@ -41,7 +41,7 @@ typedef struct _EventTimeout
|
||||||
EventTimeoutFunc func;
|
EventTimeoutFunc func;
|
||||||
void * data;
|
void * data;
|
||||||
} EventTimeout;
|
} EventTimeout;
|
||||||
ARRAY(EventTimeout *, eventtimeout);
|
ARRAY(EventTimeout *, eventtimeout)
|
||||||
|
|
||||||
typedef struct _EventIO
|
typedef struct _EventIO
|
||||||
{
|
{
|
||||||
|
@ -49,7 +49,7 @@ typedef struct _EventIO
|
||||||
EventIOFunc func;
|
EventIOFunc func;
|
||||||
void * data;
|
void * data;
|
||||||
} EventIO;
|
} EventIO;
|
||||||
ARRAY(EventIO *, eventio);
|
ARRAY(EventIO *, eventio)
|
||||||
|
|
||||||
struct _Event
|
struct _Event
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user