diff options
| author | Paul Eggert | 2015-01-15 20:37:05 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-15 20:37:44 -0800 |
| commit | 0adc75af1833cd46aab339ce7f1ca5d6919c70af (patch) | |
| tree | fb4bc7c0172c31f8313bbde3dabe4ef9bf5fe07e /ChangeLog | |
| parent | 255d2a5a53083d676977023e9772d97095c6db46 (diff) | |
| download | emacs-0adc75af1833cd46aab339ce7f1ca5d6919c70af.tar.gz emacs-0adc75af1833cd46aab339ce7f1ca5d6919c70af.zip | |
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.
* lib-src/make-docfile.c (write_globals):
Remove special hack for Fnext_read_file_uses_dialog_p.
* src/decompress.c (Fzlib_available_p):
* src/gnutls.c (Fgnutls_available_p):
* src/gtkutil.h (xg_uses_old_file_dialog):
* src/xdisp.c (Ftool_bar_height):
* src/xmenu.c (popup_activated):
No longer const, since it's not const on at lest some
configurations, and we shouldn't lie to the compiler.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Give up on -Wsuggest-attribute=const | ||
| 4 | The attribute doesn't help performance significantly, and the | ||
| 5 | warning seems to be more trouble than it's worth. See the thread at: | ||
| 6 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html | ||
| 7 | * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const. | ||
| 8 | |||
| 1 | 2015-01-11 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2015-01-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Default to 'configure --enable-silent-rules' | 11 | Default to 'configure --enable-silent-rules' |