Replace -Wreturn-type with -Wall for CWARNFLAGS.
This commit is contained in:
parent
88aa559e5e
commit
35c234d2a6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.arm32,v 1.30 1997/11/12 23:11:58 thorpej Exp $
|
||||
# $NetBSD: Makefile.arm32,v 1.31 1998/02/21 23:30:56 mark Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -45,7 +45,7 @@ ARM32= $S/arch/arm32
|
|||
INCLUDES= -I. -I$S/arch -I$S -nostdinc
|
||||
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
|
||||
-Darm32 -Wcomment
|
||||
CWARNFLAGS= -Werror -Wreturn-type
|
||||
CWARNFLAGS= -Werror -Wall
|
||||
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS}
|
||||
AFLAGS= -x assembler-with-cpp -D_LOCORE
|
||||
LINKFLAGS= -Ttext F0000000 -e start
|
||||
|
|
Loading…
Reference in New Issue