efl/src/bin/edje/epp
Carsten Haitzler 4e29db73c9 edje epp - fix gcc warning about possible unused var usage
gcc now is complaining about out ancient cpp code possibly using
newlines as undefined. this should keep this warning quiet - there
isnt a real performance issue here.

bin/edje/epp/cpplib.c: In function ‘cpp_get_token’:
bin/edje/epp/cpplib.c:4602:15: warning: ‘newlines’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
       else if (newlines > 0)

@fix
2016-03-01 13:25:35 +09:00
..
cppalloc.c Edje epp: Fix FSF mailing address in the copyright notice. 2015-03-06 10:40:14 +00:00
cpperror.c Edje epp: Fix FSF mailing address in the copyright notice. 2015-03-06 10:40:14 +00:00
cppexp.c Edje epp: Fix FSF mailing address in the copyright notice. 2015-03-06 10:40:14 +00:00
cpphash.c Edje epp: Fix FSF mailing address in the copyright notice. 2015-03-06 10:40:14 +00:00
cpphash.h efl: merge edje. 2013-01-04 02:08:14 +00:00
cpplib.c edje epp - fix gcc warning about possible unused var usage 2016-03-01 13:25:35 +09:00
cpplib.h efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
cppmain.c efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00