fix clang lint build (except for the programs that enables -T)

This commit is contained in:
christos 2024-05-08 16:53:34 +00:00
parent 4967e4351f
commit 1faf623fbf
4 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.42 2024/05/05 15:25:31 riastradh Exp $
# $NetBSD: Makefile,v 1.43 2024/05/08 16:53:34 christos Exp $
# Link the mesa_dri_drivers mega driver.
@ -528,7 +528,8 @@ CWARNFLAGS.clang+= -Wno-error=initializer-overrides -Wno-error=switch \
-Wno-error=enum-conversion \
-Wno-error=implicit-int-float-conversion \
-Wno-error=tautological-constant-compare \
-Wno-c99-designator -Wno-xor-used-as-pow
-Wno-c99-designator -Wno-xor-used-as-pow \
-Wno-typedef-redefinition
COPTS+= -Wno-error=stack-protector

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.1 2024/02/18 20:58:00 christos Exp $
# $NetBSD: Makefile,v 1.2 2024/05/08 16:53:34 christos Exp $
NOLINT=yes
LIBISPRIVATE=yes
LIB=dns

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.1 2024/02/18 20:58:00 christos Exp $
# $NetBSD: Makefile,v 1.2 2024/05/08 16:53:35 christos Exp $
NOLINT=yes
LIBISPRIVATE=yes
LIB=isc

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.1 2024/02/18 20:58:01 christos Exp $
# $NetBSD: Makefile,v 1.2 2024/05/08 16:53:35 christos Exp $
NOLINT=yes
LIBISPRIVATE=yes
LIB=isccfg