Merge pull request #23262 from swenner/more-cppcheck-fixes

More cppcheck fixes, fixes #22702
This commit is contained in:
Rémi Verschelde
2018-10-25 21:12:14 +02:00
committed by GitHub
3 changed files with 7 additions and 4 deletions

View File

@@ -2498,7 +2498,7 @@ bool ShaderLanguage::_get_completable_identifier(BlockNode *p_block, CompletionT
identifier = StringName();
TkPos pos;
TkPos pos = { 0, 0 };
Token tk = _get_token();