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: 0446619355
This commit is contained in:
Jean-Philippe Andre 2015-06-26 09:09:03 +09:00
parent 590b597e6e
commit 8ba212c3b6
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#include <unistd.h>
#include <stdio.h>
#define EFL_GFX_FILTER_BETA
#include <Eina.h>
#include <Edje.h>