stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=12b7c5232385196fc1ecb744ee2c09dea2413a99

commit 12b7c5232385196fc1ecb744ee2c09dea2413a99
Author: Stefan Schmidt <[email protected]>
Date:   Mon Jun 6 14:16:28 2016 +0200

    benchmark: mark parameter as unused to ignore compile warning
---
 src/benchmarks/eo/eo_bench_callbacks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/benchmarks/eo/eo_bench_callbacks.c 
b/src/benchmarks/eo/eo_bench_callbacks.c
index c06e66e..cb0fc0e 100644
--- a/src/benchmarks/eo/eo_bench_callbacks.c
+++ b/src/benchmarks/eo/eo_bench_callbacks.c
@@ -7,7 +7,7 @@
 #include "class_simple.h"
 
 static Eina_Bool
-_cb(void *data EINA_UNUSED, const Eo_Event *event)
+_cb(void *data EINA_UNUSED, const Eo_Event *event EINA_UNUSED)
 {
    return EO_CALLBACK_CONTINUE;
 }

-- 


Reply via email to