* [Qemu-devel] [5833] Fix warning from sparse
@ 2008-11-30 16:25 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-11-30 16:25 UTC (permalink / raw)
To: qemu-devel
Revision: 5833
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5833
Author: aurel32
Date: 2008-11-30 16:25:05 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
Fix warning from sparse
Remove unnecessary declaration for errno (this fixes a warning from sparse)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/qemu-char.c
Modified: trunk/qemu-char.c
===================================================================
--- trunk/qemu-char.c 2008-11-30 16:24:55 UTC (rev 5832)
+++ trunk/qemu-char.c 2008-11-30 16:25:05 UTC (rev 5833)
@@ -452,7 +452,6 @@
while (len > 0) {
ret = send(fd, buf, len, 0);
if (ret < 0) {
- int errno;
errno = WSAGetLastError();
if (errno != WSAEWOULDBLOCK) {
return -1;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-30 16:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 16:25 [Qemu-devel] [5833] Fix warning from sparse Aurelien Jarno
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).