diff options
| author | Paul Eggert | 2014-05-26 23:37:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-26 23:37:29 -0700 |
| commit | c24163d444ba9256b9efee8e7d8f1c65386b1e2a (patch) | |
| tree | e01a2085952dda27d45ec0136c80bcee82b6d1a7 /src/ChangeLog | |
| parent | 1ad913a1ae32c2f4bdf22edcc7047584bebfce0d (diff) | |
| download | emacs-c24163d444ba9256b9efee8e7d8f1c65386b1e2a.tar.gz emacs-c24163d444ba9256b9efee8e7d8f1c65386b1e2a.zip | |
* image.c (imagemagick_load_image): Use MagickRealType for local
'color_scale', instead of double, to avoid a GCC warning about
double promotion.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7e270789094..4378cfce5d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-05-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-05-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c (imagemagick_load_image): Use MagickRealType for local | ||
| 4 | 'color_scale', instead of double, to avoid a GCC warning about | ||
| 5 | double promotion. | ||
| 6 | |||
| 3 | * xfns.c (Fx_window_property): Remove unused local. | 7 | * xfns.c (Fx_window_property): Remove unused local. |
| 4 | 8 | ||
| 5 | Don't kill already-reaped process (Bug#17561). | 9 | Don't kill already-reaped process (Bug#17561). |