From 26ebce58535b3848bcf16a369aa517f7c3c0d91c Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 8 Apr 2005 14:11:00 +0000 Subject: [PATCH] turn on warnings --- relay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/Makefile b/relay/Makefile index af69d3b73..2ed8d3ecf 100644 --- a/relay/Makefile +++ b/relay/Makefile @@ -19,7 +19,7 @@ CC = g++ SRC = xwrelay.cpp cref.cpp ctrl.cpp tpool.cpp OBJ = $(patsubst %.cpp,%.o,$(SRC)) LDFLAGS += -lpthread -g -CPPFLAGS += -g +CPPFLAGS += -g -Wall all: xwrelay