Integrated: 8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework
Kim Barrett
kbarrett at openjdk.org
Tue Aug 13 05:49:53 UTC 2024
On Mon, 12 Aug 2024 05:25:49 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to remove -Wzero-as-null-pointer-constant warnings
> produced by the gtest framework when such warnings are enabled.
>
> Warnings from the 3rd party GoogleTest are suppressed by disabling that
> warning when compiling those files.
>
> Testing: mach5 tier1
This pull request has now been integrated.
Changeset: d77e6fe4
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d77e6fe45c7b834db457a772ce0bea514d2e44f3
Stats: 3 lines in 2 files changed: 1 ins; 0 del; 2 mod
8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework
Reviewed-by: ihse, dholmes, jwaters
-------------
PR: https://git.openjdk.org/jdk/pull/20536
More information about the hotspot-runtime-dev
mailing list