From afe3b94ab28a28d562fd96f3daf41a22cb26757a Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Wed, 1 Feb 2023 10:54:22 +0100 Subject: Revert "GDScript: Add warnings that are set to error by default" This reverts commit a166833bfa23a21a7bff196a85a20b014e7c1396. This caused multiple regressions. Needs to be redone with more testing before merge. Fixes #72501. --- .../function_dont_match_parent_signature_parameter_default_values.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdscript/tests/scripts/analyzer/errors') diff --git a/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out b/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out index 508e46742f..c70a1df10d 100644 --- a/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out +++ b/modules/gdscript/tests/scripts/analyzer/errors/function_dont_match_parent_signature_parameter_default_values.out @@ -1,2 +1,2 @@ GDTEST_ANALYZER_ERROR -The function signature doesn't match the parent. Parent signature is "my_function(int = ) -> int". +The function signature doesn't match the parent. Parent signature is "my_function(int = default) -> int". -- cgit v1.2.3