Date: Mon, 17 Sep 2001 09:27:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alex Vinokur cc: djgpp AT delorie DOT com Subject: Re: Option -Wunused & STL In-Reply-To: <3BA5B015.50082C4D@bigfoot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 Sep 2001, Alex Vinokur wrote: > Option -Wunused : > -Wunused Warn when a variable is unused > > It seems the option doesn't detect unused variables of STL-types. Did you try compiling with -O (that's an oh, not a zero)?