apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

Resolve -Wno-int-conversion warnings #4931

Closed jmschonfeld closed 3 months ago

jmschonfeld commented 3 months ago

This resolves a few warnings from -Wno-int-conversion which allows us to remove this flag so that those can become errors by default now that the (valid) issues are resolved.

parkera commented 3 months ago

Looks good to me. We could actually target this at main then keep merging main to the package branch.