From 30d928b0bc038626832d9e069775baeead6d29f0 Mon Sep 17 00:00:00 2001 From: David Lindes Date: Thu, 4 Mar 2010 16:38:38 -0800 Subject: [PATCH] add use -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52603ba..3b34380 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ OBJS = arch/${ARCH}/getload.o \ ${NULL} # this is what I use most places... -CC=gcc -pedantic -Wall +CC=gcc -pedantic -Wall -Werror # for the things in the sub-directory: INCLUDES = -I$${PWD:-.} \