Merge pull request #23262 from swenner/more-cppcheck-fixes
More cppcheck fixes, fixes #22702
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user