From de7a373cd0657189ccd04baae24d7f4538ab1d95 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 19 Jan 2003 16:02:25 +0000 Subject: gcc -W, for more warning git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@637 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pttbbs/mbbsd/Makefile b/pttbbs/mbbsd/Makefile index 1cd74870..85e695f0 100644 --- a/pttbbs/mbbsd/Makefile +++ b/pttbbs/mbbsd/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.16 2003/01/19 13:24:14 kcwu Exp $ +# $Id: Makefile,v 1.17 2003/01/19 16:02:25 kcwu Exp $ # ­q¸q°ò¥»ªì­È BBSHOME?= $(HOME) BBSHOME?= /home/bbs OSTYPE?= FreeBSD CC?= gcc -CFLAGS+= -Wall -pipe -DBBSHOME='"$(BBSHOME)"' -I../include +CFLAGS+= -Wall -W -pipe -DBBSHOME='"$(BBSHOME)"' -I../include LDFLAGS+= -pipe -Wall LIBS+= -lcrypt -- cgit v1.2.3