From 5d1ea96d4274317f721129ae76f566c46b9691f7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Feb 1998 20:42:10 +0000 Subject: added -Wno-unused to debug flags --- make/compilers/gcc-no_bsp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg index b34869e045..b5aa908e7f 100644 --- a/make/compilers/gcc-no_bsp.cfg +++ b/make/compilers/gcc-no_bsp.cfg @@ -81,7 +81,7 @@ CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer # debug flag; typically -g -CFLAGS_DEBUG_V=-g +CFLAGS_DEBUG_V=-g -Wno-unused # when debugging, optimize flag: typically empty # some compilers do allow optimization with their "-g" -- cgit v1.2.3