mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
suppress compiler warning.
This commit is contained in:
2
src/external/jsonhpp/nlohmann/json.hpp
vendored
2
src/external/jsonhpp/nlohmann/json.hpp
vendored
@@ -18646,7 +18646,7 @@ class serializer
|
||||
|
||||
// jump to the end to generate the string from backward,
|
||||
// so we later avoid reversing the result
|
||||
buffer_ptr += n_chars;
|
||||
buffer_ptr += static_cast<std::ptrdiff_t>(n_chars);
|
||||
|
||||
// Fast int2ascii implementation inspired by "Fastware" talk by Andrei Alexandrescu
|
||||
// See: https://www.youtube.com/watch?v=o4-CwDo2zpg
|
||||
|
||||
Reference in New Issue
Block a user