• R
    fix all implicit conversion between signed/unsigned pointers · 9ae8d5fc
    Rich Felker 提交于
    sadly the C language does not specify any such implicit conversion, so
    this is not a matter of just fixing warnings (as gcc treats it) but
    actual errors. i would like to revisit a number of these changes and
    possibly revise the types used to reduce the number of casts required.
    9ae8d5fc
vfprintf.c 14.4 KB