Bug Description
I updated to the latest Slint master and now I get lots of C++ warnings about this member being unused (-Wunused-private-field):
Clang 21.1.6
Let me know if more information is required.
Reproducible Code (if applicable)
Environment Details
- Slint Version: master
- Platform/OS: Linux
- Programming Language: C++
- Backend/Renderer: Qt
Product Impact
No response
Bug Description
I updated to the latest Slint master and now I get lots of C++ warnings about this member being unused (
-Wunused-private-field):slint/api/cpp/include/slint_string.h
Line 253 in 14e48c0
Clang 21.1.6
Let me know if more information is required.
Reproducible Code (if applicable)
Environment Details
Product Impact
No response