aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-03-04 22:28:20 -0800
committerPaul Eggert2014-03-04 22:28:20 -0800
commitd2f720acf5dbf40a838df4b09cd410034d0f6149 (patch)
tree2c7a8cd37af9634bc5f49da4444174becb41c19e /src/ChangeLog
parent59587ee4559e791138ea55181834ca4cdd4e8270 (diff)
downloademacs-d2f720acf5dbf40a838df4b09cd410034d0f6149.tar.gz
emacs-d2f720acf5dbf40a838df4b09cd410034d0f6149.zip
Fix minor --enable-gcc-warnings issues.
* widget.c (update_various_frame_slots, EmacsFrameResize): Avoid unused locals. Prefer 'if' to '#if' when either will do.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2f599191548..f5a02483430 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-03-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor --enable-gcc-warnings issues.
4 * widget.c (update_various_frame_slots, EmacsFrameResize):
5 Avoid unused locals. Prefer 'if' to '#if' when either will do.
6
12014-03-04 Ken Brown <kbrown@cornell.edu> 72014-03-04 Ken Brown <kbrown@cornell.edu>
2 8
3 * gmalloc.c (aligned_alloc): Clarify the code by making `adj' 9 * gmalloc.c (aligned_alloc): Clarify the code by making `adj'