• B
    Fix warning on mingw32 · 4d22c6c2
    Blue Swirl 提交于
    Avoid this warning like other uses of setsockopt:
    /src/qemu/net/socket.c: In function 'net_socket_mcast_create':
    /src/qemu/net/socket.c:210: warning: passing argument 4 of 'setsockopt' from incompatible pointer type
    Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
    4d22c6c2
socket.c 17.2 KB