Evas filters: Fix warnings on shadowed variables
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Feb 2014 01:14:38 +0000 (10:14 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 12 Feb 2014 01:36:11 +0000 (10:36 +0900)
commit56d73cb897458e4e1ab75b9c8dd15360862e8207
tree6fe9257205d6ddedf6b85b5997437cecf471b590
parent62fdf414e246886a758f31ce8810e805e00ce01b
Evas filters: Fix warnings on shadowed variables

Also, remove globals A, R, G, B from parser.c... these are
temp variables used in a macro.

My CFLAGS didn't include -Wshadow so I missed those.
Thanks Tom for spotting :)
src/lib/evas/canvas/evas_object_text.c
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_blend.c
src/lib/evas/filters/evas_filter_parser.c