aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-05-06 22:34:01 -0700
committerPaul Eggert2013-05-06 22:34:01 -0700
commite0c9d5650500f980701f1e0288db73ee32cbe7d0 (patch)
tree6139a81ab72f9957884bfad1142b145fa26d7b6d /src/ChangeLog
parent150194c32f69feee7aae11d4ef21e8034d48b136 (diff)
downloademacs-e0c9d5650500f980701f1e0288db73ee32cbe7d0.tar.gz
emacs-e0c9d5650500f980701f1e0288db73ee32cbe7d0.zip
Static checking by GCC 4.8.0.
* xfns.c (x_get_net_workarea, struct MonitorInfo, free_monitors) (x_get_monitor_for_frame, x_make_monitor_attribute_list) (x_get_monitor_attributes_fallback) (x_get_monitor_attributes_xinerama) (x_get_monitor_attributes_xrandr, x_get_monitor_attributes): Define only if USE_GTK. (free_monitors): Define only if HAVE_XINERAMA || HAVE_XRANDR. (x_get_monitor_attributes_fallback): Omit unused locals. (x_get_monitor_attributes_xinerama, Fx_display_monitor_attributes_list): Use double, not float, to avoid mixed-mode floating point arithmetic.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0d06f4e291d..e9629adf35a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Static checking by GCC 4.8.0.
4 * xfns.c (x_get_net_workarea, struct MonitorInfo, free_monitors)
5 (x_get_monitor_for_frame, x_make_monitor_attribute_list)
6 (x_get_monitor_attributes_fallback)
7 (x_get_monitor_attributes_xinerama)
8 (x_get_monitor_attributes_xrandr, x_get_monitor_attributes):
9 Define only if USE_GTK.
10 (free_monitors): Define only if HAVE_XINERAMA || HAVE_XRANDR.
11 (x_get_monitor_attributes_fallback): Omit unused locals.
12 (x_get_monitor_attributes_xinerama, Fx_display_monitor_attributes_list):
13 Use double, not float, to avoid mixed-mode floating point arithmetic.
14
12013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 152013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 Jan Djärv <jan.h.d@swipnet.se> 16 Jan Djärv <jan.h.d@swipnet.se>
3 17