On Thu, 30 Jul 2026 13:53:36 GMT, Matthias Baesken <[email protected]> wrote:

> We have a couple of local initialized unused variables in libjimage, those 
> should be cleaned up.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

On macOS we get


imageFile.hpp:156:8: error: private field '_size' is not used 
[-Werror,-Wunused-private-field]
    156 |     u4 _size;  // Number of bytes in the string table.


So we better keep the switch off of the private field warning.

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

PR Comment: https://git.openjdk.org/jdk/pull/32105#issuecomment-5142720190

Reply via email to