Because we compile with "-Werror" each warning is an error. In this parser an implicit fall-through is used in a switch() statement, which is typically a bad thing, but not unheard of. In this code it was checked + verified that it was the intent to fall through. So the warning was disabled.master