summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2019-02-26 14:28:22 -0500
committerChristopher Michael <cp.michael@samsung.com>2019-02-26 14:28:22 -0500
commit92d16b1c2281712be7d8fafe7aaf25992a7cdd1d (patch)
treee39e17f1ee0abd6fc4fe6ab7a19b36af1faf2bb8
parent68f18f98d6f621fac8092057045f91195053b6f2 (diff)
downloadefl-92d16b1c2281712be7d8fafe7aaf25992a7cdd1d.tar.gz
examples/location_example: Mark unused parameters with EINA_UNUSED
-rw-r--r--src/examples/elementary/location_example_01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/elementary/location_example_01.c b/src/examples/elementary/location_example_01.c
index 96ca818069..6553562c35 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;