[libc-commits] [libc] [libc] Add missing casts in StrtolTest (PR #119054)

Roland McGrath via libc-commits libc-commits at lists.llvm.org
Mon Dec 9 11:17:06 PST 2024


frobtech wrote:

> Was this exposed by a truncation warning set downstream that we should perhaps be setting in our cmakelists upstream?

The Fuchsia build uses fairly strict warnings. The error cites `-Wimplicit-int-conversion` though we don't enable that warning specifically. I'm not sure which warning switch we're using enables that.

https://github.com/llvm/llvm-project/pull/119054


More information about the libc-commits mailing list