On Mon, 20 Jul 2026 07:10:43 GMT, Matthias Baesken <[email protected]> wrote:

> wondering why we get no compiler warning because of the variable 
> m_listDefWindowProc now?

`m_listDefWindowProc` is a class member… C++ may not issue a warning for 
members that are never used. But I digress…

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3620974634

Reply via email to