From cbe0b643110ac1880d3403ad7f9f9cf8ff971840 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 21 Sep 2016 15:06:59 +0200 Subject: [PATCH] cppcheck --enable=warning was added in 1.59 is superfluous with style anyway --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 479b3ec..b73f4dd 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ PECL_DIR := $(if $(filter ext ext%, $(MAKECMDGOALS)), $(curdir), $(srcdir)/pecl- PHP_RELEASES = $(srcdir)/releases.tsv PHP_VERSION ?= $(shell test -e $(PHP_RELEASES) && cat $(PHP_RELEASES) | awk -F "\t" '/^$(PHP)\t/{print $$2}') -CPPCHECK ?= -v -j $(JOBS) --enable=warning,portability,style --error-exitcode=42 --suppressions-list=$(makdir)/cppcheck.suppressions -I. +CPPCHECK ?= -v -j $(JOBS) --enable=portability,style --error-exitcode=42 --suppressions-list=$(makdir)/cppcheck.suppressions -I. .SUFFIXES: -- 2.30.2