• Andrew Dunstan's avatar
    Silence a few compiler warnings from gcc on MinGW. · d98711df
    Andrew Dunstan authored
    Most of these cast DWORD to int or unsigned int for printf type handling.
    This is safe even on 64 bit architectures because a DWORD is always 32 bits.
    
    In one case a variable is initialised to keep the compiler happy.
    d98711df
crashdump.c 5.53 KB