summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 06:25:31 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 06:25:31 +0000
commit40fe07eb9ee571e04fbb5c3c4961a901a9ff5b40 (patch)
tree7504cf2bc553df26d7bfdda5e7d3dd916d1a2bad
parentc704e08708ffda28c437515a82b9c972d89b7f10 (diff)
downloadATCD-40fe07eb9ee571e04fbb5c3c4961a901a9ff5b40.tar.gz
Changed to use -Wall.
-rw-r--r--include/makeinclude/platform_freebsd_pthread.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_freebsd_pthread.GNU b/include/makeinclude/platform_freebsd_pthread.GNU
index f977796c599..6e997d4efee 100644
--- a/include/makeinclude/platform_freebsd_pthread.GNU
+++ b/include/makeinclude/platform_freebsd_pthread.GNU
@@ -11,7 +11,7 @@ versioned_so = 1
CC = gcc
CXX = g++
-CFLAGS += -w -Wpointer-arith -pipe -D_THREAD_SAFE
+CFLAGS += -Wall -Wpointer-arith -pipe -D_THREAD_SAFE
CCFLAGS += $(CFLAGS) -fno-implicit-templates
DCFLAGS += -g
DLD = $(CXX)