* image.c: Fix minor problems reported by GCC 4.6.0.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jun 2011 19:35:58 +0000 (12:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jun 2011 19:35:58 +0000 (12:35 -0700)
commit332905285a095c175a18c19813923ead751cfaec
tree596a29684ba27a7d9e4eda87a9744a554defeb0c
parent3f754b86f836bf4cae6d746debfe0954441050a6
* image.c: Fix minor problems reported by GCC 4.6.0.

(gif_load, svg_load_image): Rename locals to avoid shadowing.
(imagemagick_load_image): Fix pointer signedness problem by changing
last arg from unsigned char * to char *.  All uses changed.
Also, fix a local for similar reasons.
Remove unused locals.  Remove locals to avoid shadowing.
(fn_rsvg_handle_free): Remove; unused.
(svg_load, svg_load_image): Fix pointer signedness problem.
src/ChangeLog
src/image.c