mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Small fixes to unrechable code, possibly overflows, using NULL pointers
This commit is contained in:
parent
8c923fc617
commit
8245db869f
18 changed files with 48 additions and 70 deletions
|
@ -1995,7 +1995,6 @@ GDScriptParser::Node *GDScriptParser::_reduce_expression(Node *p_node, bool p_to
|
|||
}
|
||||
}
|
||||
|
||||
ERR_FAIL_V(op);
|
||||
} break;
|
||||
default: {
|
||||
return p_node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue