diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 10:24:33 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 10:24:33 +0100 |
| commit | 5726bf578d9b06bd7a22f1f32e0694550ea64945 (patch) | |
| tree | 16a72dee07ba513e5ff93f1a0dde2b380b81ee0c /modules/gdscript/tests/scripts/analyzer | |
| parent | 7d604535e1d28c1999622978b1bec8af02f01138 (diff) | |
| parent | 86ee5f39c4de51ca062ce9fde3b1b3182fee5e47 (diff) | |
Merge pull request #71676 from vnen/gdscript-unicode-identifiers
Add support for Unicode identifiers in GDScript and Expression
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer')
| -rw-r--r-- | modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out b/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out index b018091c18..32e230fc80 100644 --- a/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out +++ b/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out @@ -2,4 +2,4 @@ GDTEST_OK >> WARNING >> Line: 2 >> UNUSED_PARAMETER ->> +>> The parameter 'unused' is never used in the function ''. If this is intended, prefix it with an underscore: '_unused' |