Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc.
This commit is contained in:
parent
ecae8bc568
commit
919fe1ff1f
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2010/10/13 14:15:23 tsutsui Exp $
|
# $NetBSD: Makefile,v 1.4 2019/02/17 13:21:55 rin Exp $
|
||||||
|
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
|
|
||||||
|
@ -21,4 +21,6 @@ CPPFLAGS+= -DPAX_ASLR
|
||||||
.PATH: ${S}/kern
|
.PATH: ${S}/kern
|
||||||
SRCS= exec_elf32.c core_elf32.c
|
SRCS= exec_elf32.c core_elf32.c
|
||||||
|
|
||||||
|
WARNS= 3
|
||||||
|
|
||||||
.include <bsd.kmodule.mk>
|
.include <bsd.kmodule.mk>
|
||||||
|
|
Loading…
Reference in New Issue