benchmark: mark parameter as unused to ignore compile warning

This commit is contained in:
Stefan Schmidt 2016-06-06 14:16:28 +02:00
parent 2f22a634b0
commit 12b7c52323
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "class_simple.h"
static Eina_Bool
_cb(void *data EINA_UNUSED, const Eo_Event *event)
_cb(void *data EINA_UNUSED, const Eo_Event *event EINA_UNUSED)
{
return EO_CALLBACK_CONTINUE;
}