Skip to content

Commit b6abb97

Browse files
committed
Add missing change note
1 parent 611056c commit b6abb97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- `A0-1-2`
2+
- Addressed false positives where the return values are cast to `void` in C-style or assigned to `std::ignore`.
3+
- `A0-1-4`
4+
- Addressed false positives where the parameters are marked with attribute `[[maybe_unused]]`, or either cast to `void` in C-style or assigned to `std::ignore` in the function body.

0 commit comments

Comments
 (0)