Try fixing MSVC warning which pollutes the log
This commit is contained in:
parent
5d657e60e8
commit
c5c7e2bb63
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ absl::optional<T> readInt_(OpcodeSpec<T> spec, absl::string_view v)
|
|||
return absl::nullopt;
|
||||
}
|
||||
|
||||
return returnedValue;
|
||||
return static_cast<T>(returnedValue);
|
||||
}
|
||||
|
||||
#define INSTANTIATE_FOR_INTEGRAL(T) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue