axel-download-accelerator / axel

Lightweight CLI download accelerator
GNU General Public License v2.0
2.84k stars 258 forks source link

Fix new compiler warning/errors on macOS LLVM/Clang 14.0.3 #408

Closed s-daveb closed 10 months ago

s-daveb commented 10 months ago

Switch printf formatters from %jd to%lld for long long-typed variables. Update axel_rand64 function for C11, now uses proper _Atomic specifiers.

ismaell commented 10 months ago

The changes are mixed; also, it's unclear why the types are long long, this seems like a platform bug.