refactor: fix additional zcg x64 warnings

This commit is contained in:
Jan
2025-04-28 12:07:41 +01:00
parent d938f91541
commit 3adbe5a275
12 changed files with 124 additions and 130 deletions
@@ -130,7 +130,7 @@ bool CommandsParserState::GetTypenameAndMembersFromTypename(const std::string& t
if (foundDefinition == nullptr)
{
currentSeparatorPos = typeNameValue.size();
currentSeparatorPos = static_cast<unsigned>(typeNameValue.size());
foundDefinition = m_repository->GetDataDefinitionByName(typeNameValue);
}