mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8a88734e49
Add default case to the switch statement in assignable function to silence C++ compiler warnings about unhandled enumeration values. The default case documents that other node types don't need special handling in this context. Co-authored-by: Claude <noreply@anthropic.com>