use -W too
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2002 13:53:41 +0000 (13:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2002 13:53:41 +0000 (13:53 +0000)
tests/server/Makefile

index f093bd6c67282928e5119e4fd02ec3e0dafc8b26..01ecfba021ab499bbb99a891d45bbf22420a2c05 100644 (file)
@@ -1,5 +1,5 @@
 CC     = gcc
-CFLAGS = -g -Wall
+CFLAGS = -g -Wall -W
 
 .PHONY: all clean