From: Daniel Stenberg Date: Fri, 22 Feb 2002 13:53:41 +0000 (+0000) Subject: use -W too X-Git-Tag: curl-7_9_5-pre4~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94482d7ca57cab72f0b9914d83038094c84b7edd;p=thirdparty%2Fcurl.git use -W too --- diff --git a/tests/server/Makefile b/tests/server/Makefile index f093bd6c67..01ecfba021 100644 --- a/tests/server/Makefile +++ b/tests/server/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -g -Wall +CFLAGS = -g -Wall -W .PHONY: all clean