llvm-project
458d3a8f - [libc] Fix unused variable warning in utimes.cpp (#188347) (#188448)

Commit
26 days ago
[libc] Fix unused variable warning in utimes.cpp (#188347) (#188448) Moved the declaration of 'ret' inside the SYS_utimes block to prevent an unused variable warning on the libc-riscv32-qemu-yocto-fullbuild-dbg builder, which doesn't define SYS_utimes.
Author
Parents
Loading