From ded7a4b611fd17d3a1ead7151645b79580ad6d78 Mon Sep 17 00:00:00 2001 From: uwe Date: Sat, 2 Sep 2006 22:37:33 +0000 Subject: [PATCH] There's no reason to use -Wno-parentheses. --- sys/arch/sh3/conf/Makefile.sh3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/sh3/conf/Makefile.sh3 b/sys/arch/sh3/conf/Makefile.sh3 index 8033f693afa1..d4f008eff2be 100644 --- a/sys/arch/sh3/conf/Makefile.sh3 +++ b/sys/arch/sh3/conf/Makefile.sh3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3,v 1.22 2006/03/17 16:06:52 uebayasi Exp $ +# $NetBSD: Makefile.sh3,v 1.23 2006/09/02 22:37:33 uwe Exp $ # Makefile for NetBSD # @@ -33,7 +33,6 @@ GENASSYM_CONF= ${SH3}/sh3/genassym.cf ## (2) compile settings ## CPPFLAGS+= -D${MACHINE} -CWARNFLAGS+= -Wno-parentheses AFLAGS+= -x assembler-with-cpp -traditional-cpp # pkgsrc/cross/sh* dies with -O2, use -O1 for now COPTS?= -O1