mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Avoid warning with Xcode's clang
This commit is contained in:
@ -1983,7 +1983,7 @@ class basic_json
|
|||||||
o.width(0);
|
o.width(0);
|
||||||
|
|
||||||
// do the actual serialization
|
// do the actual serialization
|
||||||
j.dump(o, prettyPrint, indentation);
|
j.dump(o, prettyPrint, static_cast<int>(indentation));
|
||||||
return o;
|
return o;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user