projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b1e55
)
Fix compiler warning.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 18 Apr 2007 18:11:47 +0000
(18:11 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 18 Apr 2007 18:11:47 +0000
(18:11 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2702
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index ab7aacffdbb7c194918ec6f2ee620c75a7ec19db..999fcefced33eaeee64c1b05434b17d60bdd0f31 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-6143,7
+6143,10
@@
void main_loop_wait(int timeout)
{
IOHandlerRecord *ioh;
fd_set rfds, wfds, xfds;
- int ret, ret2, nfds, i;
+ int ret, nfds;
+#ifdef _WIN32
+ int ret2, i;
+#endif
struct timeval tv;
PollingEntry *pe;