RFR: 7903788: preparation towards json configuration for jextract tool [v5]
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Aug 16 15:03:34 UTC 2024
On Fri, 16 Aug 2024 13:21:38 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:
>> build.gradle line 62:
>>
>>> 60: options.release = 22
>>> 61: options.compilerArgs << "--enable-preview"
>>> 62: options.compilerArgs << "-Xlint:unchecked"
>>
>> Are there many of these? Would be preferrable to fix them in place with `@SuppressWarnings`
>
> It was left over from debugging. Added SuppressWarnings as needed. Will remove this.
Lines are still there in the latest revision?
-------------
PR Review Comment: https://git.openjdk.org/jextract/pull/257#discussion_r1719959974
More information about the jextract-dev
mailing list