Skip to content

Commit fe8d301

Browse files
authored
Merge pull request #17 from blueskyson/fix-issue-16
Suppress cppcheck warning
2 parents d09711e + 4847d1c commit fe8d301

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
@@ -9,6 +9,7 @@ CPPCHECK_suppresses=" \
99
--suppress=missingIncludeSystem \
1010
--suppress=noValidConfiguration:fibdrv.c \
1111
--suppress=unusedFunction:fibdrv.c \
12+
--suppress=constParameterCallback:fibdrv.c \
1213
"
1314
CPPCHECK_OPTS="-I. --enable=all --error-exitcode=1 --force $CPPCHECK_suppresses $CPPCHECK_unmatched ."
1415

0 commit comments

Comments
 (0)