Warnings: removed fallthrough in case statements
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 24 Aug 2020 11:20:21 +0000 (13:20 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 24 Aug 2020 18:24:29 +0000 (20:24 +0200)
commite15a8e2a3c12a29274d81c814e7e5058f0c65ad8
treecb1b58e96fb9ca24561e5c1adc260fd8eacdec8a
parent5b2ed095a8aaa98adaea4922855edcbfb619c728
Warnings: removed fallthrough in case statements

I guess the fallthroughs in the case statements were not intentional.
This avoids the warning:
warning: this statement may fall through
src/ui/gui/psppire-buttonbox.c
src/ui/gui/psppire-dictview.c
src/ui/gui/psppire-val-chooser.c