qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4839] Silence compiler warning.
@ 2008-07-03 16:40 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-03 16:40 UTC (permalink / raw)
  To: qemu-devel

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++) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-03 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 16:40 [Qemu-devel] [4839] Silence compiler warning Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).