There's no reason to use -Wno-parentheses.

This commit is contained in:
uwe 2006-09-02 22:37:33 +00:00
parent be077b9856
commit ded7a4b611
1 changed files with 1 additions and 2 deletions

View File

@ -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