jpeg pushed a commit to branch master.

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

commit 8ba212c3b6264096dda8757fe72cd016d68d9137
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Jun 26 09:09:03 2015 +0900

    Edje tests: Fix compilation warning
    
    Thanks Stefan for the report.
    
    I don't really like putting all those -DBLA_BETA or #define BLA_BETA
    everywhere, though. Maybe the @beta flag is not required since the
    EO APIs are still beta?
    
    See: 04466193558ed23f4af3da4a5381aa75ea6e13e5
---
 src/tests/edje/edje_test_edje.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/edje/edje_test_edje.c b/src/tests/edje/edje_test_edje.c
index 4c80b36..d68a5d9 100644
--- a/src/tests/edje/edje_test_edje.c
+++ b/src/tests/edje/edje_test_edje.c
@@ -5,6 +5,8 @@
 #include <unistd.h>
 #include <stdio.h>
 
+#define EFL_GFX_FILTER_BETA
+
 #include <Eina.h>
 #include <Edje.h>
 

-- 


Reply via email to