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
build: Allow comments to suppress case fallthrough warnings
By default -Wextra turns on warnings for case fallthoughs, VPR includes
some of these which are intentional and commented. This allows GCC to
suppress warnings in cases where the comment makes it clear it is
intentional.
0 commit comments