Re: RFR: 8346132: fallbacklinker.c failed compilation due to unused variable

2024-12-18 Thread Calvin Cheung
On Tue, 17 Dec 2024 21:43:09 GMT, Calvin Cheung wrote: > A simple fix for removing an unused variable in fallbacklinker.c. This is > needed for building zero jvm variant on macosx-x64. > > Testing: > > - [x] tier1 > - [x] zero jvm variant build on macosx-x64 Thanks all for the review. --

Re: RFR: 8346132: fallbacklinker.c failed compilation due to unused variable

2024-12-18 Thread David Holmes
On Tue, 17 Dec 2024 21:43:09 GMT, Calvin Cheung wrote: > A simple fix for removing an unused variable in fallbacklinker.cpp. This is > needed for building zero jvm variant on macosx-x64. > > Testing: > > - [x] tier1 > - [x] zero jvm variant build on macosx-x64 Okay on addressing the error han