1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #29306 from qarmin/small_code_fixes

Small fixes to unrechable code, possibly overflows, using NULL pointers
This commit is contained in:
Rémi Verschelde
2019-06-12 12:49:21 +02:00
committed by GitHub
18 changed files with 48 additions and 70 deletions

View File

@@ -1995,7 +1995,6 @@ GDScriptParser::Node *GDScriptParser::_reduce_expression(Node *p_node, bool p_to
}
}
ERR_FAIL_V(op);
} break;
default: {
return p_node;