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