From ef1909fca33847831a858b20ea11bf17924e40b3 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Wed, 28 Feb 2024 17:23:11 +0300 Subject: GDScript: Fix `@warning_ignore` annotation issues --- .../tests/scripts/parser/warnings/standalone_ternary.out | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out (limited to 'modules/gdscript/tests/scripts/parser/warnings/standalone_ternary.out') 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 -- cgit v1.2.3