aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-07 00:07:01 +0200
committerJuanma Barranquero2012-08-07 00:07:01 +0200
commit25a20a3ad805aa2e504a9bd3d0dd66211fcdd0dc (patch)
treedac0ee7abc838fcb6246fec5babed5ce7fa86251 /src/ChangeLog
parentf91b35be6020fd9efd8e2d0f7555f5d6f5e998d1 (diff)
downloademacs-25a20a3ad805aa2e504a9bd3d0dd66211fcdd0dc.tar.gz
emacs-25a20a3ad805aa2e504a9bd3d0dd66211fcdd0dc.zip
src/w32.c: Silence compiler warnings.
(map_w32_filename): Remove unused variable `is_fat'. (chase_symlinks): Add parentheses around expression.
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 5bccda264b2..ed2a18af3c6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-08-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32.c: Silence compiler warnings.
4 (map_w32_filename): Remove unused variable `is_fat'.
5 (chase_symlinks): Add parentheses around expression.
6
12012-08-06 Glenn Morris <rgm@gnu.org> 72012-08-06 Glenn Morris <rgm@gnu.org>
2 8
3 * sysdep.c: Respect BROKEN_GETWD. 9 * sysdep.c: Respect BROKEN_GETWD.