diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f2837d52f0..c46f6f37cde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | Fix more problems found by GCC 4.6.0's static checks. | 3 | Fix more problems found by GCC 4.6.0's static checks. |
| 4 | 4 | ||
| 5 | * sound.c (sound_warning): Don't crash if arg contains a printf format. | ||
| 6 | |||
| 5 | * image.c (tiff_error_handler, tiff_warning_handler): Mark as | 7 | * image.c (tiff_error_handler, tiff_warning_handler): Mark as |
| 6 | printf-like functions. | 8 | printf-like functions. |
| 7 | (tiff_load): Add casts to remove these marks before passing them | 9 | (tiff_load): Add casts to remove these marks before passing them |