• R
    fix more unused variable warnings · a617a8e2
    Rich Felker 提交于
    some of these were coming from stdio functions locking files without
    unlocking them. I believe it's useful for this to throw a warning, so
    I added a new macro that's self-documenting that the file will never
    be unlocked to avoid the warning in the few places where it's wrong.
    a617a8e2
fclose.c 395 字节