From 30dbb5458b1825dae7c54561522ad2574069fb97 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 03:34:00 -0400 Subject: enable pedantic --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a98ee9..9a06854 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ OBJ = $(BUILD)parser.o \ $(BUILD)unicode-extra.o LIBS = glib-2.0 OPT ?= -g -CFLAGS ?= $(OPT) -Wall -Wextra -Werror -LDFLAGS ?= $(OPT) -Wall -Wextra -Werror +CFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic +LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic ALLCFLAGS = $(shell pkg-config --cflags $(LIBS)) $(CFLAGS) ALLLDFLAGS = $(shell pkg-config --libs $(LIBS)) $(LDFLAGS) -- cgit v1.2.3