• Paul Eggert's avatar
    Port --enable-gcc-warnings to GCC 8 · 65ac2778
    Paul Eggert authored
    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.
    65ac2778
frame.c 192 KB