]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 7 with --enable-gcc-warnings
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 May 2017 20:24:33 +0000 (13:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 May 2017 20:24:52 +0000 (13:24 -0700)
commitc4ac34f22794344d44022b9c497b2f12cdb0f4a6
treea7abf2d1a5aeeaddcc4205498b695488836d9ac6
parent2e1bebe279b7108f74c3a1e7e30e8a43c2cfa31f
Pacify GCC 7 with --enable-gcc-warnings

* src/regex.c (regex_compile): Swap labels, so that the
FALLTHROUGH immediately precedes the case label.
src/regex.c