aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-20 00:29:04 -0800
committerPaul Eggert2012-11-20 00:29:04 -0800
commitd7fcbbfe4a6f310814b45ee1a0aa7ccb458f0eb1 (patch)
treeecdb12cd03c76bced307fc43bd6ff4e0b49c0d3c /ChangeLog
parent952580c5fd273ff9d8f095ab8edb6b116d07eb56 (diff)
downloademacs-d7fcbbfe4a6f310814b45ee1a0aa7ccb458f0eb1.tar.gz
emacs-d7fcbbfe4a6f310814b45ee1a0aa7ccb458f0eb1.zip
Omit -Wstrict-overflow as it does not play well with --enable-checking.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6852069087a..cd31e954721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
12012-11-19 Paul Eggert <eggert@cs.ucla.edu> 12012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Improve static checking of integer overflow and stack smashing. 3 Improve static checking of integer overflow and stack smashing.
4 * configure.ac (WARN_CFLAGS): Add -Wstack-protector and 4 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
5 -Wstrict-overflow if using GCC 4.7.2 or later on a platform with 5 if using GCC 4.7.2 or later on a platform with
6 at least 64-bit long int. This improves static checking on these 6 at least 64-bit long int. This improves static checking on these
7 platforms, when configured with --enable-gcc-warnings. 7 platforms, when configured with --enable-gcc-warnings.
8 8