You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dangling reference warnings in scene-access.cc
Changed reference binding to value copy for token variables in GetGeomSubsets and GetGeomSubsetChildren functions. This fixes compilation errors with GCC 14 which treats dangling reference warnings (-Wdangling-reference) as errors when using -Werror.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments