diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2024-02-28 17:23:11 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2024-03-12 19:00:06 +0300 |
commit | ef1909fca33847831a858b20ea11bf17924e40b3 (patch) | |
tree | 677c62633255f1c0db339ecd5547982b1304df43 /modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out | |
parent | 61282068f4d59cb48f35ad95391728c58d9008ab (diff) | |
download | redot-engine-ef1909fca33847831a858b20ea11bf17924e40b3.tar.gz |
GDScript: Fix `@warning_ignore` annotation issues
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out b/modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out new file mode 100644 index 0000000000..477449e0e3 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out @@ -0,0 +1,10 @@ +GDTEST_OK +>> WARNING +>> Line: 2 +>> STANDALONE_TERNARY +>> Standalone ternary operator: the return value is being discarded. +>> WARNING +>> Line: 3 +>> STANDALONE_TERNARY +>> Standalone ternary operator: the return value is being discarded. +1 |