From d9103bafe57bb68439cfccef106a7334051bf876 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 27 Sep 2019 21:41:40 -0400 Subject: Squashed warnings Added the -Wextra flag to the makefile for debug builds, and squashed all the warning that came up. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f772350..bbe43f5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LIBNAME = libctemplates.a BIN_POSTFIX = .exe ifeq ($(DEBUG),true) - CFLAGS += -g -O0 -Wall -Werror + CFLAGS += -g -O0 -Wall -Wextra -Werror else CFLAGS += -O3 endif -- cgit v1.2.3-70-g09d2