mirror of
https://github.com/nlohmann/json.git
synced 2026-07-30 07:33:01 +04:00
Fix Visual Studio 2017 warnings
This commit is contained in:
+1
-1
@@ -5292,7 +5292,7 @@ class binary_reader
|
||||
{
|
||||
get();
|
||||
check_eof();
|
||||
return current;
|
||||
return static_cast<char>(current);
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user