mirror of
https://github.com/nlohmann/json.git
synced 2026-05-14 18:25:25 +00: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