From: Jan Kiszka <[email protected]> None of both can be changes as the API is not defined by the users where cppcheck has its findings.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 429557b..19fe3a5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -172,6 +172,9 @@ jobs: suppress+=" --suppress=nullPointerRedundantCheck:kernel-stub/main.c" # Avoid noise regarding Ignore* fields suppress+=" --suppress=unusedStructMember:kernel-stub/main.c" + # Not applicable because of API requirements + suppress+=" --suppress=constParameter:drivers/watchdog/ipc4x7e_wdt.c" + suppress+=" --suppress=constParameter:kernel-stub/initrd.c" enable="--enable=warning \ --enable=style \ -- 2.35.3 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/a4fe6963501123e65d4c5e1bda120e698927c4b8.1658901190.git.jan.kiszka%40siemens.com.
