From cb00820f3dcafea66042fd5b58a8af8c296bf02e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 27 Nov 2018 17:14:28 +0100 Subject: Check if compiler supports -Wpedantic --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 25dbd49..060b792 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ else GITVERSION_FLAGS = endif -odr_padenc_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -std=c++11 -Wall -Wextra -Wpedantic +odr_padenc_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -std=c++11 -Wall -Wextra odr_padenc_LDADD = @MAGICKWAND_LDADD@ odr_padenc_SOURCES = \ src/odr-padenc.cpp \ -- cgit v1.2.3