Fix the implicit-fallthrough stuff in code
authorKlaus Ethgen <Klaus@Ethgen.de>
Sun, 17 Sep 2017 14:53:47 +0000 (15:53 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sun, 17 Sep 2017 14:53:47 +0000 (15:53 +0100)
commita685bfbc38ddf9b08b9213ab09dcc5130368422f
treee782649334f4f71452e1731fe59ecbe09f96c954
parentf6566dd20a51228bb293a303a9298c0e495828b2
Fix the implicit-fallthrough stuff in code

First, this flag was not supported by older gcc.

And second and more important, there _was_ a bug with a lost break in
9643a2546bcc. Combined with a unreachable code segment.
configure.in
src/ui_bookmark.c
src/ui_pathsel.c
src/utilops.c