aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-26 23:37:29 -0700
committerPaul Eggert2014-05-26 23:37:29 -0700
commitc24163d444ba9256b9efee8e7d8f1c65386b1e2a (patch)
treee01a2085952dda27d45ec0136c80bcee82b6d1a7 /src/ChangeLog
parent1ad913a1ae32c2f4bdf22edcc7047584bebfce0d (diff)
downloademacs-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/ChangeLog4
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 @@
12014-05-27 Paul Eggert <eggert@cs.ucla.edu> 12014-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).