Re: RFR: 8187520: Add --disable-java-warnings-as-errors configure option [v2]

2025-04-10 Thread Aleksey Shipilev
On Wed, 9 Apr 2025 10:29:55 GMT, Magnus Ihse Bursie wrote: >> Analogous with how native warnings can be treated as errors or not using the >> `--disable-warnings-as-errors` configure flag, this patch introduces a >> `--disable-javac-warnings-as-errors` flag. >> >> The reason that this is not m

Re: RFR: 8187520: Add --disable-java-warnings-as-errors configure option

2025-04-10 Thread Magnus Ihse Bursie
On Mon, 7 Apr 2025 11:11:08 GMT, Magnus Ihse Bursie wrote: > Analogous with how native warnings can be treated as errors or not using the > `--disable-warnings-as-errors` configure flag, this patch introduces a > `--disable-javac-warnings-as-errors` flag. > > The reason that this is not made p

Re: RFR: 8187520: Add --disable-java-warnings-as-errors configure option

2025-04-09 Thread Aleksey Shipilev
On Mon, 7 Apr 2025 11:11:08 GMT, Magnus Ihse Bursie wrote: > Analogous with how native warnings can be treated as errors or not using the > `--disable-warnings-as-errors` configure flag, this patch introduces a > `--disable-javac-warnings-as-errors` flag. > > The reason that this is not made p

Re: RFR: 8187520: Add --disable-java-warnings-as-errors configure option [v2]

2025-04-09 Thread Magnus Ihse Bursie
> Analogous with how native warnings can be treated as errors or not using the > `--disable-warnings-as-errors` configure flag, this patch introduces a > `--disable-javac-warnings-as-errors` flag. > > The reason that this is not made part of `--disable-warnings-as-errors` is > discussed in the