1. 24 8月, 2011 1 次提交
  2. 21 8月, 2011 1 次提交
  3. 25 7月, 2011 1 次提交
    • B
      Wrap recv to avoid warnings · 00aa0040
      Blue Swirl 提交于
      Avoid warnings like these by wrapping recv():
        CC    slirp/ip_icmp.o
      /src/qemu/slirp/ip_icmp.c: In function 'icmp_receive':
      /src/qemu/slirp/ip_icmp.c:418:5: error: passing argument 2 of 'recv' from incompatible pointer type [-Werror]
      /usr/local/lib/gcc/i686-mingw32msvc/4.6.0/../../../../i686-mingw32msvc/include/winsock2.h:547:32: note: expected 'char *' but argument is of type 'struct icmp *'
      
      Remove also casts used to avoid warnings.
      Reviewed-by: NAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      00aa0040
  4. 18 7月, 2011 1 次提交
  5. 24 6月, 2011 2 次提交
  6. 06 5月, 2011 1 次提交
  7. 02 4月, 2011 1 次提交
  8. 31 1月, 2011 1 次提交
  9. 31 8月, 2010 1 次提交
  10. 08 7月, 2010 1 次提交
  11. 06 7月, 2010 1 次提交