diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-22 19:54:52 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-22 19:54:52 +0200 |
| commit | 31941d9f3b2a665317503166785a3eb6cef35a9c (patch) | |
| tree | c0740c7c14689593ff405d62f3111f9c326cc2d0 /src/client/interface.c | |
| parent | f760a8c01827d97affff6acc0ec666b30e26395f (diff) | |
fix _all_ warnings // used macro UNUSET
Diffstat (limited to 'src/client/interface.c')
| -rw-r--r-- | src/client/interface.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/interface.c b/src/client/interface.c index ab374b5..52c368b 100644 --- a/src/client/interface.c +++ b/src/client/interface.c @@ -38,6 +38,9 @@ bool_t interface_is_inicialized() static Uint32 TimerCallback(Uint32 interval, void *param) { SDL_Event event; + + UNUSET(param); + event.type = SDL_USEREVENT; event.user.code = USR_EVT_TIMER; event.user.data1 = NULL; |