diff options
| author | Eli Zaretskii | 2010-12-31 18:33:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-12-31 18:33:40 +0200 |
| commit | 18da2e74f0df222de51b24ac516deab2680814ec (patch) | |
| tree | 509cfabae3aef381d7a9c058f8d63991e8f0df1c /src/ChangeLog | |
| parent | ca6e909ce36b365d705dd29e5c7f9a5a7904c719 (diff) | |
| download | emacs-18da2e74f0df222de51b24ac516deab2680814ec.tar.gz emacs-18da2e74f0df222de51b24ac516deab2680814ec.zip | |
More elegant solution for accessing png_ptr without GCC warnings.
image.c (png_jmpbuf): New macro.
(my_png_error, png_load): Use it instead of #ifdef'ing according
to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 19cf253db7e..acd579b9467 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | version of PNG library we were compiled with. | 5 | version of PNG library we were compiled with. |
| 6 | (my_png_error, png_load): Avoid GCC warnings about direct access | 6 | (my_png_error, png_load): Avoid GCC warnings about direct access |
| 7 | to png_ptr->jmpbuf. (Bug#7716) | 7 | to png_ptr->jmpbuf. (Bug#7716) |
| 8 | (png_jmpbuf): New macro. | ||
| 9 | (my_png_error, png_load): Use it instead of #ifdef'ing according | ||
| 10 | to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR. | ||
| 8 | 11 | ||
| 9 | 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 10 | 13 | ||