1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-03 11:50:55 +00:00

ci: Suppress cppcheck objectIndex warning

This commit is contained in:
Anichitei Ionel-Cristinel 2024-02-20 14:05:45 +02:00 committed by GitHub
parent fad9c7e35c
commit 570fa2bb62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,6 @@ jobs:
run: sudo apt install -y cppcheck run: sudo apt install -y cppcheck
- name: Run cppcheck - name: Run cppcheck
run: cppcheck --error-exitcode=1 --language=c \ run: cppcheck --error-exitcode=1 --language=c \
--enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction \ --enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction -suppress=objectIndex \
-I inc/ -I bddisasm/include bddisasm/ bdshemu/ \ -I inc/ -I bddisasm/include bddisasm/ bdshemu/ \
/ /