summaryrefslogtreecommitdiffstats
path: root/hw/framebuffer.c
diff options
context:
space:
mode:
authorStefan Weil2012-09-28 19:07:39 +0200
committerStefan Hajnoczi2012-10-05 14:49:01 +0200
commit58455eb9f2865d54c8bf208805f7a4c217b5c00d (patch)
tree3fc1220d5ec92073af1cab76b23a03eae0cfb93d /hw/framebuffer.c
parentvnc: Fix spelling (hellmen -> hellman) in comment (diff)
downloadqemu-58455eb9f2865d54c8bf208805f7a4c217b5c00d.tar.gz
qemu-58455eb9f2865d54c8bf208805f7a4c217b5c00d.tar.xz
qemu-58455eb9f2865d54c8bf208805f7a4c217b5c00d.zip
qemu-sockets: Fix compiler warning (regression for MinGW)
setsockopt needs a type cast for MinGW. That type cast is missing in a recent commit which results in a compiler warning. Like for other socket related functions which have the same problem, we add a 'qemu_setsockopt' macro which provides that type cast where needed and use the new macro to avoid the warning. A 'qemu_getsockopt' is also added and can be used for future modifications. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Diffstat (limited to 'hw/framebuffer.c')
0 files changed, 0 insertions, 0 deletions