Use WARNS=2 rather than WARNS=4 since it's too strict for MI libsa yet.
This commit is contained in:
parent
edb2ee0c90
commit
1ab746642d
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.10 2006/01/27 01:57:29 uwe Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2009/01/12 07:32:32 tsutsui Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
WARNS= 4
|
||||
WARNS= 2
|
||||
PROG= ofwboot
|
||||
SRCS= srt0.S Locore.c alloc.c boot.c ofdev.c net.c netif_of.c vers.c
|
||||
CFLAGS+= -ffreestanding -Wno-main
|
||||
|
|
Loading…
Reference in New Issue