mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Changed some code found by Clang Tidy and Coverity
This commit is contained in:
parent
2e065d8ad0
commit
50be65bf43
25 changed files with 142 additions and 155 deletions
|
@ -1399,9 +1399,6 @@ GDScriptParser::Node *GDScriptParser::_parse_expression(Node *p_parent, bool p_s
|
|||
unary = true;
|
||||
break;
|
||||
case OperatorNode::OP_NEG:
|
||||
priority = 1;
|
||||
unary = true;
|
||||
break;
|
||||
case OperatorNode::OP_POS:
|
||||
priority = 1;
|
||||
unary = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue