From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5310 invoked by alias); 3 Apr 2005 02:07:00 -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 4971 invoked from network); 3 Apr 2005 02:06:28 -0000 Received: from unknown (HELO lakermmtao05.cox.net) (68.230.240.34) by sourceware.org with SMTP; 3 Apr 2005 02:06:28 -0000 Received: from white ([68.9.64.121]) by lakermmtao05.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050403020620.GVCO3789.lakermmtao05.cox.net@white> for ; Sat, 2 Apr 2005 21:06:20 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DHvQ9-0001CC-00 for ; Sat, 02 Apr 2005 22:05:05 -0500 Date: Sun, 03 Apr 2005 02:07:00 -0000 From: Bob Rossi To: GDB Subject: compile warnings Message-ID: <20050403030505.GA4521@white> Mail-Followup-To: GDB Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2005-04/txt/msg00020.txt.bz2 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 Thanks, Bob Rossi