On Aug 21, 2014 8:22 PM, "Daniel Juyung Seo" <[email protected]> wrote: > > Is this what you wanted? > This spits warnings even on normal edje_cc compilation such as elementary > themes. > > I guess you intended to have this warning if -no-save option is on.
You're right, will fix that later. > Thanks. > > Daniel Juyung Seo (SeoZ) > > > > On Thu, Aug 21, 2014 at 7:05 PM, Cedric BAIL <[email protected]> wrote: > > > cedric pushed a commit to branch master. > > > > > > http://git.enlightenment.org/core/efl.git/commit/?id=9e8ece571b2b2cad24a3270f5d7b1d5584d3ad36 > > > > commit 9e8ece571b2b2cad24a3270f5d7b1d5584d3ad36 > > Author: Cedric BAIL <[email protected]> > > Date: Thu Aug 21 11:16:01 2014 +0200 > > > > 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 b51c82f..1cb8865 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); > > > > -- > > > > > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
