Re: RFR: 8334161: Enable -Werror for javac tasks to fail on any warnings

2024-06-26 Thread Kevin Rushforth
On Wed, 12 Jun 2024 21:57:32 GMT, Kevin Rushforth wrote: > This PR is a follow-on to #1474. > > Enable `javac -Werror` so that javac warnings, including but not limited to > javac lint warnings, will cause the build to fail. As with the fix for > [JDK-8327255](https://bugs.openjdk.org/browse/J

Re: RFR: 8334161: Enable -Werror for javac tasks to fail on any warnings

2024-06-26 Thread Ambarish Rapte
On Wed, 12 Jun 2024 21:57:32 GMT, Kevin Rushforth wrote: > This PR is a follow-on to #1474. > > Enable `javac -Werror` so that javac warnings, including but not limited to > javac lint warnings, will cause the build to fail. As with the fix for > [JDK-8327255](https://bugs.openjdk.org/browse/J

Re: RFR: 8334161: Enable -Werror for javac tasks to fail on any warnings

2024-06-25 Thread Kevin Rushforth
On Tue, 25 Jun 2024 15:48:46 GMT, Andy Goryachev wrote: >> This PR is a follow-on to #1474. >> >> Enable `javac -Werror` so that javac warnings, including but not limited to >> javac lint warnings, will cause the build to fail. As with the fix for >> [JDK-8327255](https://bugs.openjdk.org/brow

Re: RFR: 8334161: Enable -Werror for javac tasks to fail on any warnings

2024-06-25 Thread Andy Goryachev
On Wed, 12 Jun 2024 21:57:32 GMT, Kevin Rushforth wrote: > This PR is a follow-on to #1474. > > Enable `javac -Werror` so that javac warnings, including but not limited to > javac lint warnings, will cause the build to fail. As with the fix for > [JDK-8327255](https://bugs.openjdk.org/browse/J

Re: RFR: 8334161: Enable -Werror for javac tasks to fail on any warnings

2024-06-25 Thread Kevin Rushforth
On Wed, 12 Jun 2024 21:57:32 GMT, Kevin Rushforth wrote: > This PR is a follow-on to #1474. > > Enable `javac -Werror` so that javac warnings, including but not limited to > javac lint warnings, will cause the build to fail. As with the fix for > [JDK-8327255](https://bugs.openjdk.org/browse/J