]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
doh, fixing year in ChangeLog entries introduced by last two commits
[gnu-emacs] / ChangeLog
index cca9100ddf7c28fb70d97983d39680eca0853ec5..309b04f26abefa6ef1c39084a16aeb458775bd4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Give up on -Wsuggest-attribute=const
+       The attribute doesn't help performance significantly, and the
+       warning seems to be more trouble than it's worth.  See the thread at:
+       http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html
+       * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const.
+
 2015-01-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        Default to 'configure --enable-silent-rules'