mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 05:28:09 +00:00
Don't supply inc/bdshemu as an include path for cppcheck
This commit is contained in:
parent
c1c3770cc6
commit
b942b37680
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -93,5 +93,5 @@ jobs:
|
||||
- name: Run cppcheck
|
||||
run: cppcheck --error-exitcode=1 --language=c \
|
||||
--enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction \
|
||||
-I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/ \
|
||||
-I inc/ -I bddisasm/include bddisasm/ bdshemu/ \
|
||||
/
|
||||
|
Loading…
Reference in New Issue
Block a user