Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Sep 8, 2023
1 parent a016ca0 commit f9b5fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/symboldatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6793,7 +6793,7 @@ static ValueType::Type getEnumType(const Scope* scope, const cppcheck::Platform&
if (!platform.isIntValue(value)) {
type = ValueType::Type::LONG;
if (!platform.isLongValue(value))
ValueType::Type::LONGLONG;
type = ValueType::Type::LONGLONG;
}
}
return type;
Expand Down

0 comments on commit f9b5fa3

Please sign in to comment.