• Victor Stinner's avatar
    bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654) · 28f468cb
    Victor Stinner yazdı
    Explicit cast a pointer difference (intptr_t) to int to fix
    two warnings on 64-bit Windows:
    
        Modules\pyexpat.c(1181): warning C4244: 'initializing':
        conversion from '__int64' to 'int', possible  loss of data
    
        Modules\pyexpat.c(1192): warning C4244: 'initializing':
        conversion from '__int64' to 'int', possible  loss of data
    28f468cb
pyexpat.c 57 KB