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
FWIW, it's not just GCC; newer clang emits the same warnings. IIRC Coverity (and other analysis tools) will complain about the implicit fallthroughs too.
See https://travis-ci.org/nemequ/leopard/jobs/395897224
argc
andargv
and theencodeL
function being unused. Trivial fixes.HEDLEY_FALL_THROUGH
.The text was updated successfully, but these errors were encountered: