diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index b51c82f5aa..1cb8865e17 100755 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -1421,6 +1421,8 @@ data_thread_script(void *data, Ecore_Thread *thread EINA_UNUSED) Eina_List *ll; Code_Program *cp; + WRN("You are removing source from Edje file. This may break some use case. Be aware of your choice and the poor kitten you are arming with it !"); + if (sc->cd->original) { snprintf(buf, PATH_MAX, "edje/scripts/embryo/source/%i", sc->i);