From 68a4d7a514578f1360559c84ac08e3a1e2719826 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 3 Feb 2019 06:09:53 -0500 Subject: add -Werror, fix clang warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d23f364..b3ee253 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APP=km-test -CFLAGS=-W -Wall -Wextra -pedantic -std=c11 -O2 +CFLAGS=-W -Wall -Wextra -Werror -pedantic -std=c11 -O2 OBJS=km-set.o km-draw.o km-load.o km-find.o km-rand.o km-solve.o main.o LIBS=-lm -- cgit v1.2.3