]> git.eshelyaron.com Git - emacs.git/commit
Port --enable-gcc-warnings to GCC 7
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Sep 2017 00:29:57 +0000 (17:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Sep 2017 00:42:59 +0000 (17:42 -0700)
commit1985e9dcbb4ebc4df651decfdad72fae7cff3ed3
treefd09387ef1f052463ed22d2a2b2a470c68bbd221
parent699a7ab7d990ab4011ce9296dcbf320ac0ab433d
Port --enable-gcc-warnings to GCC 7

Do not merge to master.
* configure.ac: Pacify GCC 7 with -Wno-bool-operation
-Wno-implicit-fallthrough.
* src/search.c (boyer_moore):
Tell GCC that CHAR_BASE, if nonzero, must be a non-ASCII character.
* src/xterm.c (x_draw_glyphless_glyph_string_foreground):
Tell GCC that glyph->u.glyphless.ch must be a character.
configure.ac
src/search.c
src/xterm.c