More ISO C90 warning fixes in Clutter
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 15 Feb 2011 11:50:26 +0000 (11:50 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 15 Feb 2011 12:40:11 +0000 (12:40 +0000)
commit5c398c18ad68363e13c4be04c68f0d6e87d72393
treef189ea350ee33441316f3e84041f54734ea9a8dc
parent54a4511247bbec5330332971ea06e17af33839be
More ISO C90 warning fixes in Clutter

This time, in Clutter core.

The ObjC standard library provides a type called 'id', which obviously
requires any library to either drop the useful shadowed variable warning
or stop using 'id' as a variable name.

Yes, it's almost unbearably stupid. Well, at least it's not 'index' in
string.h, or 'y2' in math.h.
16 files changed:
clutter/clutter-actor.c
clutter/clutter-actor.h
clutter/clutter-animator.c
clutter/clutter-id-pool.c
clutter/clutter-id-pool.h
clutter/clutter-main.c
clutter/clutter-main.h
clutter/clutter-score.c
clutter/clutter-score.h
clutter/clutter-script-parser.c
clutter/clutter-script.c
clutter/clutter-scriptable.c
clutter/clutter-scriptable.h
clutter/clutter-state.c
clutter/clutter-timeout-pool.c
clutter/clutter-timeout-pool.h