• D
    Avoid compiler warnings about int -> void * casts · 5b099250
    Daniel P. Berrange 提交于
    GCC is a little confused about the cast of beginthread/beginthreadex
    from unsigned long -> void *. Go via an intermediate variable avoids
    the bogus warning, and makes the code a little cleaner
    
    * src/util/threads-win32.c: Avoid compiler warning in cast
    5b099250
threads-win32.c 8.0 KB