From cd4eadcc2b3c93ff43817d509ff0f8b3a6db4426 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 17 Oct 2015 14:24:20 -0700 Subject: Use -pedantic instead of -Wpedantic Travis CI strikes once more. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fe7afa..579f61b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ EXECUTABLE=$(BUILD)/test VERSION=$(shell sed -n 's/.*version \(.*\).*/\1/p' src/pugiconfig.hpp) RELEASE=$(shell git ls-files src docs/*.html docs/*.css docs/samples docs/images scripts contrib readme.txt) -CXXFLAGS=-g -Wall -Wextra -Werror -Wpedantic -Wundef -Wshadow -Wold-style-cast -Wcast-align +CXXFLAGS=-g -Wall -Wextra -Werror -pedantic -Wundef -Wshadow -Wold-style-cast -Wcast-align LDFLAGS= ifeq ($(config),release) -- cgit v1.2.3