Remove gcc specific compiler flags, at least one of which doesn't work with

gcc 3.0.2.  (-fstrict-prototypes)
This commit is contained in:
John Baldwin 2002-01-08 08:53:12 +00:00
parent e2bac28d84
commit 72b1c1af40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89061

View File

@ -2,8 +2,6 @@
PROG= ncal
SRCS= ncal.c
CFLAGS+= -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic
DPADD+= ${LIBCALENDAR}
LDADD+= -lcalendar