diff options
author | Chris Michael <cp.michael@samsung.com> | 2018-11-08 10:29:24 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2018-11-08 10:29:24 -0500 |
commit | 2026bbbeee81e3eb74cc39e722c2981c286e4013 (patch) | |
tree | be13ad0913422d70ff58cfb16fcc46bea3a7ad4b | |
parent | Updating italian translation (diff) | |
download | enlightenment-2026bbbeee81e3eb74cc39e722c2981c286e4013.tar.gz |
bryce: add missing EINA_UNUSED for unused function parameter
-rw-r--r-- | src/bin/e_bryce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_bryce.c b/src/bin/e_bryce.c index b4e76b97e..000eed6e0 100644 --- a/src/bin/e_bryce.c +++ b/src/bin/e_bryce.c @@ -909,7 +909,7 @@ _bryce_context(Evas_Object *site, Evas_Object *g, unsigned int timestamp) } static void -_bryce_context_cancel(Evas_Object *site, Evas_Object *g, unsigned int timestamp) +_bryce_context_cancel(Evas_Object *site, Evas_Object *g EINA_UNUSED, unsigned int timestamp) { Bryce *b = evas_object_data_get(site, "__bryce"); if (b) |