add use -Werror

This commit is contained in:
David Lindes 2010-03-04 16:38:38 -08:00
parent c72ca55e7d
commit 30d928b0bc
1 changed files with 1 additions and 1 deletions

View File

@ -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:-.} \