From b6abb97c45d0ba53ebfe2a6a7d5a9af4fdb4d93d Mon Sep 17 00:00:00 2001 From: Jeongsoo Lee Date: Thu, 23 Feb 2023 15:36:13 -0800 Subject: [PATCH] Add missing change note --- .../2022-02-23-fix-reported-fp-for-a0-1-2-and-a0-1-4.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 change_notes/2022-02-23-fix-reported-fp-for-a0-1-2-and-a0-1-4.md diff --git a/change_notes/2022-02-23-fix-reported-fp-for-a0-1-2-and-a0-1-4.md b/change_notes/2022-02-23-fix-reported-fp-for-a0-1-2-and-a0-1-4.md new file mode 100644 index 0000000000..f10f4acf0b --- /dev/null +++ b/change_notes/2022-02-23-fix-reported-fp-for-a0-1-2-and-a0-1-4.md @@ -0,0 +1,4 @@ +- `A0-1-2` + - Addressed false positives where the return values are cast to `void` in C-style or assigned to `std::ignore`. +- `A0-1-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. \ No newline at end of file