From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11673 invoked by alias); 3 Apr 2005 03:16:59 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11634 invoked from network); 3 Apr 2005 03:16:55 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 3 Apr 2005 03:16:55 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DHvbb-0006dn-2W for ; Sat, 02 Apr 2005 22:16:55 -0500 Date: Sun, 03 Apr 2005 03:16:00 -0000 From: Daniel Jacobowitz To: GDB Subject: Re: compile warnings Message-ID: <20050403031654.GA25512@nevyn.them.org> Mail-Followup-To: GDB References: <20050403030505.GA4521@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050403030505.GA4521@white> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00021.txt.bz2 On Sat, Apr 02, 2005 at 10:05:05PM -0500, Bob Rossi wrote: > Hi, > > Is this normal? This is using current CVS with > $ gcc --version > gcc (GCC) 3.3.5 (Debian 1:3.3.5-8) > > ../../src/gdb/printcmd.c: In function `printf_command': > ../../src/gdb/printcmd.c:1962: warning: format not a string literal, argument types not checked > ../../src/gdb/printcmd.c:1968: warning: format not a string literal, argument types not checked > ../../src/gdb/printcmd.c:1975: warning: format not a string literal, argument types not checked > ../../src/gdb/printcmd.c:1985: warning: format not a string literal, argument types not checked Yep. There's an enforced -Wno-error on that file, for this reason. -- Daniel Jacobowitz CodeSourcery, LLC