Skip to content

Commit

Permalink
add use -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
lindes committed Mar 5, 2010
1 parent c72ca55 commit 30d928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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:-.} \
Expand Down

0 comments on commit 30d928b

Please sign in to comment.