Skip to content

Commit

Permalink
Fix bridge FALLTHROUGH annotation (#25870)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Sep 29, 2023
1 parent a9288e3 commit 2918981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ CHIP_ERROR Decode(const ConcreteDataAttributePath & aPath, AttributeValueDecoder

case ConcreteDataAttributePath::ListOperation::ReplaceAll:
x.clear();
// fallthrough
FALLTHROUGH;
default:
x.emplace_back();
return aDecoder.Decode(x.back());
Expand Down

0 comments on commit 2918981

Please sign in to comment.