diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-20 06:25:31 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-20 06:25:31 +0000 |
commit | 40fe07eb9ee571e04fbb5c3c4961a901a9ff5b40 (patch) | |
tree | 7504cf2bc553df26d7bfdda5e7d3dd916d1a2bad /include | |
parent | c704e08708ffda28c437515a82b9c972d89b7f10 (diff) | |
download | ATCD-40fe07eb9ee571e04fbb5c3c4961a901a9ff5b40.tar.gz |
Changed to use -Wall.
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_freebsd_pthread.GNU | 2 |
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) |