Open Issues Need Help
View All on GitHub Compilation error on MacOS about 2 months ago
AI Summary: A compilation error occurs on MacOS due to Clang detecting `unused-private-field` in `LuaScriptingPlugin.hpp` and `UiSystems.Render.cpp`. This is likely caused by strict compiler warnings (`-Werror`) treating unused fields as errors. The proposed solutions involve marking the fields with `[[maybe_unused]]` or removing them if truly redundant.
Complexity:
2/5
bug good first issue