diff options
| author | Paul Eggert | 2011-06-10 12:35:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-10 12:35:58 -0700 |
| commit | 332905285a095c175a18c19813923ead751cfaec (patch) | |
| tree | 596a29684ba27a7d9e4eda87a9744a554defeb0c /src/ChangeLog | |
| parent | 3f754b86f836bf4cae6d746debfe0954441050a6 (diff) | |
| download | emacs-332905285a095c175a18c19813923ead751cfaec.tar.gz emacs-332905285a095c175a18c19813923ead751cfaec.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3cc92d5152..18f06347c43 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2011-06-10 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c: Fix minor problems reported by GCC 4.6.0. | ||
| 4 | (gif_load, svg_load_image): Rename locals to avoid shadowing. | ||
| 5 | (imagemagick_load_image): Fix pointer signedness problem by changing | ||
| 6 | last arg from unsigned char * to char *. All uses changed. | ||
| 7 | Also, fix a local for similar reasons. | ||
| 8 | Remove unused locals. Remove locals to avoid shadowing. | ||
| 9 | (fn_rsvg_handle_free): Remove; unused. | ||
| 10 | (svg_load, svg_load_image): Fix pointer signedness problem. | ||
| 11 | |||
| 3 | * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals. | 12 | * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals. |
| 4 | 13 | ||
| 5 | 2011-06-10 Chong Yidong <cyd@stupidchicken.com> | 14 | 2011-06-10 Chong Yidong <cyd@stupidchicken.com> |