Fix Visual Studio 2017 warnings

This commit is contained in:
Jamie Seward 2017-10-16 23:23:55 -07:00
parent af99090742
commit 917d9d8bc3
4 changed files with 16 additions and 4 deletions

View file

@ -5292,7 +5292,7 @@ class binary_reader
{
get();
check_eof();
return current;
return static_cast<char>(current);
});
return result;
}