From 8bb9da48ded4311f0f8031c0e2f6d9f2e5af9f9d Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sun, 21 Feb 2010 11:26:40 +0000 Subject: [PATCH] -Werror to not overlook warnings --- ports/unix/proj/unixsim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/unix/proj/unixsim/Makefile b/ports/unix/proj/unixsim/Makefile index 7628734..12ddcc6 100644 --- a/ports/unix/proj/unixsim/Makefile +++ b/ports/unix/proj/unixsim/Makefile @@ -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