]> git.eshelyaron.com Git - emacs.git/commit
More porting to GCC 8 of --enable-gcc-warnings
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2018 16:11:55 +0000 (08:11 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2018 16:16:17 +0000 (08:16 -0800)
commite8bb0420a0a0aefc35932c9b5ee3167f6b237def
tree4b61862a52836289106930fc03d5673ff2b4656c
parentfa953b58afd39d396dab4d76a6ff0b8ba4040eb8
More porting to GCC 8 of --enable-gcc-warnings

Backport from master.
I ran into this when building Emacs 26 with GCC 8 on Fedora 29 x86.
* lwlib/lwlib-Xaw.h (xaw_update_one_value, xaw_popup_menu):
* lwlib/lwlib-Xlw.h (xlw_update_one_value, xlw_pop_instance):
* lwlib/lwlib.h (lw_allow_resizing, lw_set_main_areas) [!USE_MOTIF]:
No longer const.
* src/emacs-module.c: Ignore -Wcast-function-type.
lwlib/lwlib-Xaw.h
lwlib/lwlib-Xlw.h
lwlib/lwlib.h
src/emacs-module.c