You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Enable -Wimplicit-fallthrough=5 such that no comment is valid"
And realisticly we cannot use such a strict level due to a couple of reasons:
PCRE and libmagic use "proper" fallthrough comments which work with the default
level (i.e. 3).
We could patch libmagic as there is only one occurance and lower the level
specifically for PCRE to 3 (or even maybe 4)
But Bison generates parsers which use Fallthrough comments anyways
This reverts commit cacea41.
0 commit comments