lint: remove redundant LINTFLAGS for lint2

The -T flag is already provided by ../Makefile.inc, along with several
other flags.
This commit is contained in:
rillig 2024-05-12 19:00:10 +00:00
parent 0671c09e39
commit 403b9b79e2
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2023/01/13 19:50:00 rillig Exp $ # $NetBSD: Makefile,v 1.24 2024/05/12 19:00:10 rillig Exp $
NOMAN= # defined NOMAN= # defined
@ -8,7 +8,6 @@ SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \
BINDIR= /usr/libexec BINDIR= /usr/libexec
CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -I${.CURDIR}
CPPFLAGS+= -DIS_LINT2 CPPFLAGS+= -DIS_LINT2
LINTFLAGS+= -T # strict bool mode
COPTS.msg.c+= ${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :} COPTS.msg.c+= ${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}