Use -pedantic instead of -Wpedantic
Travis CI strikes once more.
This commit is contained in:
parent
3ac9555d8d
commit
cd4eadcc2b
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ EXECUTABLE=$(BUILD)/test
|
|||||||
VERSION=$(shell sed -n 's/.*version \(.*\).*/\1/p' src/pugiconfig.hpp)
|
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)
|
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=
|
LDFLAGS=
|
||||||
|
|
||||||
ifeq ($(config),release)
|
ifeq ($(config),release)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user