-Werror to not overlook warnings

This commit is contained in:
goldsimon 2010-02-21 11:26:40 +00:00
parent 14d8d2b9e4
commit 8bb9da48de
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ CC=gcc
#To compile for linux: make ARCH=linux
#To compile for cygwin: make ARCH=cygwin
ARCH=unix
CFLAGS=-g -Wall -D$(ARCH) -DIPv4 -DLWIP_DEBUG -pedantic
CFLAGS=-g -Wall -D$(ARCH) -DIPv4 -DLWIP_DEBUG -pedantic -Werror
LDFLAGS=-lpthread -lutil
CONTRIBDIR=../../../..
LWIPARCH=$(CONTRIBDIR)/ports/unix