diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-15 16:01:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-15 16:01:35 +0000 |
commit | 5d42f78b945b989b44521c6b8d495bb31d881a19 (patch) | |
tree | 74eb6cb7ec40bcf763f0e0d95aede47d4271b068 | |
parent | eca5885404141185a1c1e99ab2154727b7cb7f04 (diff) |
Oops, it's a bit too early for -Wvariable-decl on sparc.
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index c459619e533..a25a3b44e7c 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.43 2008/04/12 21:04:17 miod Exp $ +# $OpenBSD: Makefile.sparc,v 1.44 2008/04/15 16:01:34 miod Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -39,7 +39,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dsparc CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main \ - -Wstack-larger-than-2047 -Wvariable-decl + -Wstack-larger-than-2047 .if ${IDENT:M-DSUN*} == ${IDENT:M-DSUN4M} CMACHFLAGS= -mcpu=supersparc |