From 4553a2dfef144bce0c4334b559e249249ef70b6f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 26 Feb 2019 14:28:22 -0500 Subject: [PATCH] examples/location_example: Mark unused parameters with EINA_UNUSED --- src/examples/elementary/location_example_01.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4