diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-26 13:06:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-26 13:06:27 +0000 |
commit | 8f14ea4313f3d42b7cf3e51e80caab45b072b6f2 (patch) | |
tree | de711e6184ad260f4eb7215e217f8db6cfef9393 /sys/arch/vax/conf/Makefile.vax | |
parent | d31ad642e4b7dc03c529e8e2127a2ac1110fd1bf (diff) |
Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now.
Diffstat (limited to 'sys/arch/vax/conf/Makefile.vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 55a23f35bf0..066c7c420ec 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.23 2003/05/13 22:45:11 miod Exp $ +# $OpenBSD: Makefile.vax,v 1.24 2003/06/26 13:06:22 miod Exp $ # $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $ # Makefile for OpenBSD/vax @@ -65,7 +65,8 @@ VAX= $S/arch/vax INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -D_VAX_INLINE_ -CWARNFLAGS?= -Werror -Wall -Wno-main -Wno-format -Wno-uninitialized +CWARNFLAGS?= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \ + -Wno-main -Wno-format -Wno-uninitialized .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif |