RFR: 8308286 Fix clang warnings in linux code [v3]

Artem Semenov asemenov at openjdk.org
Thu Jun 1 15:07:11 UTC 2023


On Wed, 31 May 2023 13:52:39 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update
>
> src/java.security.jgss/share/native/libj2gss/gssapi.h line 47:
> 
>> 45: 
>> 46: // Condition was copied from
>> 47: // Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/gssapi/gssapi.h
> 
> In the current version of the file above, it's written as
> 
> #if defined(__APPLE__) && (defined(__ppc__) ||...
> 
> Is it better?

done

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14033#discussion_r1213297788


More information about the core-libs-dev mailing list