Merge pull request #6426 from braewoods/warnings

properly suppress -Wimplicit-fallthrough
This commit is contained in:
TW 2022-03-09 16:09:12 +01:00 committed by GitHub
commit c1fc1df5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ static inline int unpack_execute(unpack_context* ctx, const char* data, size_t l
_fixed_trail_again:
++p; // fallthrough (suppresses -Wimplicit-fallthrough)
++p; // fallthrough
default:
if((size_t)(pe - p) < trail) { goto _out; }