Re: RFR: 8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework

2024-08-12 Thread Kim Barrett
On Mon, 12 Aug 2024 20:38:43 GMT, Magnus Ihse Bursie 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

Re: RFR: 8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework

2024-08-12 Thread Julian Waters
On Mon, 12 Aug 2024 05:25:49 GMT, Kim Barrett 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 compili

Re: RFR: 8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework

2024-08-12 Thread David Holmes
On Mon, 12 Aug 2024 05:25:49 GMT, Kim Barrett 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 compili

Re: RFR: 8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework

2024-08-12 Thread Magnus Ihse Bursie
On Mon, 12 Aug 2024 05:25:49 GMT, Kim Barrett 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 compili