examples/location_example: Mark unused parameters with EINA_UNUSED

This commit is contained in:
Christopher Michael 2019-02-26 14:28:22 -05:00
parent 68f18f98d6
commit 92d16b1c22
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ _print_address(Elocation_Address *address)
} }
static Eina_Bool static Eina_Bool
_position_changed(void *data, int ev_type, void *event) _position_changed(void *data EINA_UNUSED, int ev_type EINA_UNUSED, void *event)
{ {
Elocation_Position *position; Elocation_Position *position;