From: Christopher Michael Date: Tue, 26 Feb 2019 19:28:22 +0000 (-0500) Subject: examples/location_example: Mark unused parameters with EINA_UNUSED X-Git-Tag: submit/tizen/20190308.115227~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4553a2dfef144bce0c4334b559e249249ef70b6f;p=platform%2Fupstream%2Fefl.git examples/location_example: Mark unused parameters with EINA_UNUSED --- diff --git a/src/examples/elementary/location_example_01.c b/src/examples/elementary/location_example_01.c index 96ca818..6553562 100644 --- a/src/examples/elementary/location_example_01.c +++ b/src/examples/elementary/location_example_01.c @@ -57,7 +57,7 @@ _print_address(Elocation_Address *address) } 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;