mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
The Fuchsia build compiles the libc and test code with lots of warnings enabled, including all the integer conversion warnings. There was some sloppy type usage here that triggered some of those. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D108800