Improve parent signature error
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int) -> int".
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int) -> int".
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int = default)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int = default) -> int".
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function(int)".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function(int) -> int".
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
The function signature doesn't match the parent. Parent signature is "int my_function()".
|
||||
The function signature doesn't match the parent. Parent signature is "my_function() -> int".
|
||||
|
||||
Reference in New Issue
Block a user