From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KERqv-0001NX-QZ for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:40:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KERqu-0001NF-1l for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:40:13 -0400 Received: from [199.232.76.173] (port=39021 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KERqt-0001NC-U2 for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:40:11 -0400 Received: from savannah.gnu.org ([199.232.41.3]:57150 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KERqt-00006c-78 for qemu-devel@nongnu.org; Thu, 03 Jul 2008 12:40:11 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KERqr-0000Tm-Rq for qemu-devel@nongnu.org; Thu, 03 Jul 2008 16:40:09 +0000 Received: from ths by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KERqq-0000T9-Rq for qemu-devel@nongnu.org; Thu, 03 Jul 2008 16:40:09 +0000 MIME-Version: 1.0 Errors-To: ths Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Thiemo Seufer Message-Id: Date: Thu, 03 Jul 2008 16:40:08 +0000 Subject: [Qemu-devel] [4839] Silence compiler warning. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4839 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4839 Author: ths Date: 2008-07-03 16:40:06 +0000 (Thu, 03 Jul 2008) Log Message: ----------- Silence compiler warning. Modified Paths: -------------- trunk/target-arm/translate.c Modified: trunk/target-arm/translate.c =================================================================== --- trunk/target-arm/translate.c 2008-07-03 13:41:03 UTC (rev 4838) +++ trunk/target-arm/translate.c 2008-07-03 16:40:06 UTC (rev 4839) @@ -8808,6 +8808,7 @@ int flags) { int i; +#if 0 union { uint32_t i; float s; @@ -8819,6 +8820,7 @@ float64 f64; double d; } d0; +#endif uint32_t psr; for(i=0;i<16;i++) {