UnoffLandz / unoff-landz

open source server for the eternal lands/other life client
9 stars 4 forks source link

build warnings : unused parameter ‘timer’ #3

Closed themuntdregger closed 10 years ago

themuntdregger commented 10 years ago

Arises in the following function in main.c -

static void timeout_cb(EVP struct ev_timer* timer, int revents){

Same issue as affects issue #2

themuntdregger commented 10 years ago

sorted by adding line (void) (revents) after function declaration