From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjL4o-0002aw-Kv for qemu-devel@nongnu.org; Wed, 21 Jan 2004 11:19:34 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjL4F-0002Ot-Bv for qemu-devel@nongnu.org; Wed, 21 Jan 2004 11:19:30 -0500 Received: from [212.186.175.67] (helo=localhost) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjL29-0001gR-5o for qemu-devel@nongnu.org; Wed, 21 Jan 2004 11:16:49 -0500 Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 31F82D45E0 for ; Wed, 21 Jan 2004 17:15:49 +0100 (CET) Subject: Re: [Qemu-devel] QEMU 0.5.2 testing From: Gabriel Ebner In-Reply-To: <400BB625.7020202@free.fr> References: <400B1217.8000202@free.fr> <20040119012751.GA9351@MAIL.13thfloor.at> <400BB625.7020202@free.fr> Content-Type: text/plain Message-Id: <1074701748.14232.5.camel@localhost> Mime-Version: 1.0 Date: Wed, 21 Jan 2004 17:15:48 +0100 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, Fabrice Bellard wrote: > I know they are warnings in translate.c about a function prototype. If > you have others I am interested. Well, that's what I get with current CVS: gcc -Wall -O2 -g -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I$WORKDIR/qemu/target-sparc -I$WORKDIR/qemu -D_GNU_SOURCE -c -o op.o $WORKDIR/qemu/target-sparc/op.c $WORKDIR/qemu/target-sparc/op.c: In function `op_eval_ble': $WORKDIR/qemu/target-sparc/op.c:541: warning: unused variable `C' $WORKDIR/qemu/target-sparc/op.c: In function `op_eval_bl': $WORKDIR/qemu/target-sparc/op.c:547: warning: unused variable `Z' $WORKDIR/qemu/target-sparc/op.c:547: warning: unused variable `C' $WORKDIR/qemu/target-sparc/op.c: In function `op_eval_bleu': $WORKDIR/qemu/target-sparc/op.c:553: warning: unused variable `N' $WORKDIR/qemu/target-sparc/op.c:553: warning: unused variable `V' $WORKDIR/qemu/target-sparc/op.c: In function `op_eval_bg': $WORKDIR/qemu/target-sparc/op.c:579: warning: unused variable `C' $WORKDIR/qemu/target-sparc/op.c: In function `op_eval_bge': $WORKDIR/qemu/target-sparc/op.c:585: warning: unused variable `Z' $WORKDIR/qemu/target-sparc/op.c:585: warning: unused variable `C' $WORKDIR/qemu/target-sparc/op.c: In function `op_eval_bgu': $WORKDIR/qemu/target-sparc/op.c:591: warning: unused variable `N' $WORKDIR/qemu/target-sparc/op.c:591: warning: unused variable `V' Gabriel.