aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-05 13:06:52 -0700
committerPaul Eggert2011-04-05 13:06:52 -0700
commit5e2d4a30b2a30631701f8645cf4f626c7c765569 (patch)
treebd228c85fef44cb4674ac86c0e3c9e35ae1fcc73 /src/ChangeLog
parent583f48b90b03bcca4f561f1075aa674a04a7aa08 (diff)
downloademacs-5e2d4a30b2a30631701f8645cf4f626c7c765569.tar.gz
emacs-5e2d4a30b2a30631701f8645cf4f626c7c765569.zip
* image.c (tiff_error_handler, tiff_warning_handler): Mark as
printf-like functions. (tiff_load): Add casts to remove these marks before passing them to system-supplied API.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45eee781589..3f2837d52f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,11 @@
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 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
6 printf-like functions.
7 (tiff_load): Add casts to remove these marks before passing them
8 to system-supplied API.
9
5 * eval.c (Fsignal): Remove excess argument to 'fatal'. 10 * eval.c (Fsignal): Remove excess argument to 'fatal'.
6 11
7 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int. 12 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.