mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
properly suppress -Wimplicit-fallthrough
It turns out that explaining the comment actually breaks its intended usage.
This commit is contained in:
parent
9a8fb9c902
commit
596e33b68d
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue