In the sign writer, a size_t was being compared to an int. This patch
casts the size_t to an int so that the comparison doesn't cause a sign
comparison warning.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D127984
[libc][obvious] fix sign warning in file_writer michaelrj on Jun 16 2022, 10:14 AM. Authored by
Details In the sign writer, a size_t was being compared to an int. This patch
Diff Detail
|