From 3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2013 20:16:33 +0200 Subject: fixed compiler warning --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index e96cb0f..42f862f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,7 @@ all: bsdsocket bsdsocket_nhd bsdsocket: bsdsocket.c ../picohttp.c ../picohttp.h - $(CC) -std=c99 -DHOST_DEBUG -O0 -g3 -I../ -o bsdsocket ../picohttp.c bsdsocket.c + $(CC) -std=c99 -DHOST_DEBUG -O0 -g3 -I../ -Wall -o bsdsocket ../picohttp.c bsdsocket.c bsdsocket_nhd: bsdsocket.c ../picohttp.c ../picohttp.h $(CC) -std=c99 -O0 -g3 -I../ -o bsdsocket_nhd ../picohttp.c bsdsocket.c -- cgit v1.2.3