aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 20:16:33 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 20:16:33 +0200
commit3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc (patch)
tree72fde5aa3e512651921d23831015aadfa74dc295 /test
parentcfd0ed185c7b9bbcef04e84ef41074d054ca8cd0 (diff)
downloadlitheweb-3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc.tar.gz
litheweb-3a3e367f76570b9d74b7834f272a1a4dc3e1d1fc.tar.bz2
fixed compiler warning
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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