]> git.eshelyaron.com Git - emacs.git/commit
Port --enable-gcc-warnings to GCC 8
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 May 2018 00:17:11 +0000 (17:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 May 2018 00:17:54 +0000 (17:17 -0700)
commit65ac27783a959a8339c2aab0f1e54d9b508a1f1f
tree5bc4b320aa5cb50203a68e2c589279d8d5b8ea8f
parent4b10800b59eadd532e74a49a35bc26e0e948b231
Port --enable-gcc-warnings to GCC 8

Backport from master.
* lib-src/emacsclient.c (fail):
Do not dereference a null pointer.
* src/frame.c (delete_frame):
Add a decl with UNINIT to work around GCC bug 85563.
* src/menu.h (finish_menu_items):
Do not use attribute const.
* src/regex.c (analyze_first): Use FALLTHROUGH, not a comment.
lib-src/emacsclient.c
src/frame.c
src/menu.h
src/regex.c