aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2007-01-12 15:55:49 +0000
committerEli Zaretskii <[email protected]>2007-01-12 15:55:49 +0000
commitb55445d6ba80868770aa494773e5bb4df6a2564b (patch)
tree902b936f7ec8f98cccc9aa5fe6aa2eb20098442f /src/ChangeLog
parent88f698d97c579308b5d247766e9344bcb0d2edea (diff)
(Ffile_attributes): Copy some members of `struct stat' into int's to avoid
GCC warnings about limited range of short in arguments to FIXNUM_OVERFLOW_P.
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 77cf5b9cec..0f511e9dbf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-12 Eli Zaretskii <[email protected]>
+
+ * dired.c (Ffile_attributes): Copy some members of `struct stat'
+ into int's to avoid GCC warnings about limited range of short in
+ arguments to FIXNUM_OVERFLOW_P.
+
2007-01-12 YAMAMOTO Mitsuharu <[email protected]>
* macmenu.c (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.