X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=b73f4dd5cdbe95493ba0f3fcde5ad1ae329e3af1;hb=cbe0b643110ac1880d3403ad7f9f9cf8ff971840;hp=927a5cdbf7ad39944a25ac2ea473d578ef5a529b;hpb=a2206d5f2eaf963d37ff568dd17cd6435f00f809;p=m6w6%2Ftravis-pecl diff --git a/Makefile b/Makefile index 927a5cd..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) --std=c89 --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: