From b942b3768014e31e01d3b4f072087bdb6da18718 Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Tue, 17 Nov 2020 16:09:36 +0200 Subject: [PATCH] Don't supply inc/bdshemu as an include path for cppcheck --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb7cf0..10e9079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/ \ /