From 9e8ece571b2b2cad24a3270f5d7b1d5584d3ad36 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 21 Aug 2014 11:16:01 +0200 Subject: [PATCH] edje: edje_cc - warn people when they do bad things. --- src/bin/edje/edje_cc_out.c | 2 ++ 1 file changed, 2 insertions(+) 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);