Commit c49d8317 by Alexandre Hamez

Avoid warning with Xcode's clang

parent adc065d3
...@@ -1983,7 +1983,7 @@ class basic_json ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment