• Greg Dennis's avatar
    Initialize safe_year in time64.c · 415c35a5
    Greg Dennis authored
    Clang fails with stricter compilation options, because it thinks safe_year may be uninitialized at the return statement. The logic prevents it from being uninitialized, but probably worth the initialization to avoid the compiler error. The rest of libimobiledevice compiles successfully under the same options.
    415c35a5
time64.c 21.8 KB