Skip to content

Commit db14e14

Browse files
committed
Ignore unused structure member check for linenoise
Change-Id: Id7f150d4ac6b5229716c646f970a2a5c14a5ede5
1 parent 23ed9bf commit db14e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pre-commit.hook

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cppcheck_suppressions() {
4444
"preprocessorErrorDirective:random.h"
4545
"constVariablePointer:linenoise.c"
4646
"staticFunction:linenoise.c"
47+
"unusedStructMember:linenoise.h"
4748
"nullPointerOutOfMemory:web.c"
4849
"staticFunction:web.c"
4950
"constParameterCallback:tools/fmtscan.c"

0 commit comments

Comments
 (0)