From 011d8538088194288558ee70350ec91c91b903c0 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 15 Oct 2018 21:08:51 +0200 Subject: [PATCH] Make cppcheck find config.h --- dev.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.mk.in b/dev.mk.in index 4ca34a465..4189c6d5b 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -192,7 +192,7 @@ check-syntax: .PHONY: cppcheck cppcheck: $(CPPCHECK) --suppressions-list=$(CPPCHECK_SUPPRESSIONS) \ - --inline-suppr -q --enable=all --force \ + --inline-suppr -q --enable=all --force -I . \ $(non_3pp_sources) src/main.c $(test_sources) .PHONY: shellcheck -- 2.47.2