llvm-project
60af8350
- [libc] Fix implicit cast warning in strftime (#127282)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
264 days ago
[libc] Fix implicit cast warning in strftime (#127282) Forgot to change a size_t to an int, which caused warnings on gcc but not clang for some reason. Regardless, this patch fixes the issue.
References
#127282 - [libc] Fix implicit cast warning in strftime
Author
michaelrj-google
Parents
398f8654
Loading