Fix Visual Studio 2017 warnings
This commit is contained in:
parent
af99090742
commit
917d9d8bc3
4 changed files with 16 additions and 4 deletions
|
|
@ -5292,7 +5292,7 @@ class binary_reader
|
|||
{
|
||||
get();
|
||||
check_eof();
|
||||
return current;
|
||||
return static_cast<char>(current);
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue