Skip to content

Commit 03e0340

Browse files
authored
Merge pull request #194 from github/jeongsoolee09/a0-1-2_and_a0-1-4
Add missing change note on A0-1-2 and A0-1-4
2 parents 3319523 + 54ada66 commit 03e0340

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)