From a095a78a1362f4a37abdd932af0f55f6cd0b1381 Mon Sep 17 00:00:00 2001 From: David Malone Date: Fri, 8 Jan 2010 11:16:58 +0000 Subject: [PATCH] This now passes a make universe with WARNS=6. --- usr.bin/ctags/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index be2e93eb6866..dc639af6e2e8 100644 --- a/usr.bin/ctags/Makefile +++ b/usr.bin/ctags/Makefile @@ -5,6 +5,4 @@ PROG= ctags SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c CFLAGS+=-I${.CURDIR} -WARNS?= 1 - .include