From 8f5ffe6ca8ea6c15a2e47da5db75ca0d11acdd97 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 26 Feb 2018 17:29:04 +0100 Subject: [PATCH] cppcheck 1.82 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e404ee..e166eb8 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ CPPCHECK_ENABLE ?= portability,style CPPCHECK_EXITCODE ?= 42 CPPCHECK_SUPPRESSIONS ?= $(makdir)/cppcheck.suppressions CPPCHECK_INCLUDES ?= -I. $(shell test -f Makefile && awk -F= '/^CPPFLAGS|^INCLUDES/{print $$2}'