Re: RFR: 8338160: Fix -Wzero-as-null-pointer-constant warnings in management.cpp

2024-08-12 Thread Kim Barrett
On Mon, 12 Aug 2024 11:14:23 GMT, David Holmes wrote: >> Please review this trivial change to remove some >> -Wzero-as-null-pointer-constant warnings in management.cpp. Uses of THROW_ >> and THROW_MSG_ in a pointer context with a literal 0 value argument are >> changed to use the corresponding _

Re: RFR: 8338160: Fix -Wzero-as-null-pointer-constant warnings in management.cpp

2024-08-12 Thread David Holmes
On Mon, 12 Aug 2024 07:30:35 GMT, Kim Barrett wrote: > Please review this trivial change to remove some > -Wzero-as-null-pointer-constant warnings in management.cpp. Uses of THROW_ > and THROW_MSG_ in a pointer context with a literal 0 value argument are > changed to use the corresponding _NULL

RFR: 8338160: Fix -Wzero-as-null-pointer-constant warnings in management.cpp

2024-08-12 Thread Kim Barrett
Please review this trivial change to remove some -Wzero-as-null-pointer-constant warnings in management.cpp. Uses of THROW_ and THROW_MSG_ in a pointer context with a literal 0 value argument are changed to use the corresponding _NULL suffixed macro without the value argument. Testing: mach5 tier