jackdanielz pushed a commit to branch master.

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

commit dbe02d593e2fed9ab774cebbeaf669c2de710600
Author: Daniel Zaoui <[email protected]>
Date:   Sun Apr 27 11:05:03 2014 +0300

    Tests: fix annoying warning.
    
    The function is not used so I commented it, in case it has to be used
    later.
---
 src/tests/evas/evas_test_image.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/evas/evas_test_image.c b/src/tests/evas/evas_test_image.c
index c07ac26..1f71399 100644
--- a/src/tests/evas/evas_test_image.c
+++ b/src/tests/evas/evas_test_image.c
@@ -9,6 +9,7 @@
 #include "Evas.h"
 #include "evas_tests_helpers.h"
 
+#if 0
 static const char *
 _test_image_get(const char *name)
 {
@@ -18,6 +19,7 @@ _test_image_get(const char *name)
 
    return filename;
 }
+#endif
 
 START_TEST(evas_object_image_loader)
 {

-- 


Reply via email to