src/common/quetzal.c: make fallthrough explicit
authorIvy Foster <iff@escondida.tk>
Fri, 16 Feb 2018 21:55:27 +0000 (15:55 -0600)
committerIvy Foster <iff@escondida.tk>
Fri, 16 Feb 2018 21:55:27 +0000 (15:55 -0600)
commitc7f977f3e1104ffde4a6e446ac7752b499af4d63
tree9f0de880e60db5384eeadf6dc7cf55e10ec5ea25
parent2717adbd1d182b6139dfa2f41f69f38ea7ab8c42
src/common/quetzal.c: make fallthrough explicit

This silences compiler warnings about this deliberate decision, so in
future it will be easier to spot compiler warnings about mistakes;
also, it should now be possible to compile with -Wall -Wextra -Werror.
src/common/quetzal.c