enable fatal warnings

. kernel: fix some arm warnings
	. turn of fatal warnings for texinfo

Change-Id: I71e228c87a7226adbbd940ccb1439e042d7b6e9a
This commit is contained in:
Ben Gras
2013-08-26 16:43:16 +00:00
parent dbafdf6692
commit 74bc88581c
5 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
# $NetBSD: Makefile,v 1.10 2004/02/09 06:52:34 lukem Exp $
.if defined(__MINIX)
NOCLANGERROR=yes
NOGCCERROR=yes
.endif
PROG= install-info
SRCS= install-info.c

View File

@@ -1,5 +1,10 @@
# $NetBSD: Makefile,v 1.4 2003/01/17 15:32:25 wiz Exp $
.if defined(__MINIX)
NOGCCERROR=yes
NOCLANGERROR=yes
.endif
PROG= texindex
SRCS= texindex.c