From: Michael Wallner Date: Mon, 26 Feb 2018 16:29:04 +0000 (+0100) Subject: cppcheck 1.82 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=8f5ffe6ca8ea6c15a2e47da5db75ca0d11acdd97 cppcheck 1.82 --- 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}'