Re: [PATCH] Silence some -Wnarrowing errors

2023-04-20 Thread Jeff Law via Gcc-patches
On 12/2/22 00:26, Eric Gallager via Gcc-patches wrote: I tried turning -Wnarrowing back on earlier this year, but unfortunately it didn't work due to triggering a bunch of new errors. This patch silences at least some of them, but there will still be more left even after applying it. (When com

Re: [PATCH] Silence some -Wnarrowing errors

2022-12-05 Thread Jeff Law via Gcc-patches
On 12/2/22 00:26, Eric Gallager via Gcc-patches wrote: I tried turning -Wnarrowing back on earlier this year, but unfortunately it didn't work due to triggering a bunch of new errors. This patch silences at least some of them, but there will still be more left even after applying it. (When com