godot-module-template/engine/modules/gdscript/tests/scripts/analyzer/warnings/unsafe_cast.out
Sara c3f9669b10 Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine
git-subtree-mainline: b74841629e
git-subtree-split: a8e37fc010
2026-03-13 11:22:19 +01:00

9 lines
612 B
Text

GDTEST_OK
~~ WARNING at line 5: (UNSAFE_CAST) Casting "Variant" to "int" is unsafe.
~~ WARNING at line 6: (UNSAFE_CAST) Casting "Variant" to "Node" is unsafe.
~~ WARNING at line 10: (UNSAFE_CAST) Casting "Variant" to "int" is unsafe.
~~ WARNING at line 11: (UNSAFE_CAST) Casting "Variant" to "Node" is unsafe.
~~ WARNING at line 15: (UNSAFE_CAST) Casting "Variant" to "int" is unsafe.
~~ WARNING at line 16: (UNSAFE_CAST) Casting "Variant" to "Node" is unsafe.
~~ WARNING at line 20: (UNSAFE_CAST) Casting "Variant" to "int" is unsafe.
~~ WARNING at line 21: (UNSAFE_CAST) Casting "Variant" to "Node" is unsafe.