Avoid warning with Xcode's clang
This commit is contained in:
parent
adc065d328
commit
c49d83172f
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ class basic_json
|
|||
o.width(0);
|
||||
|
||||
// do the actual serialization
|
||||
j.dump(o, prettyPrint, indentation);
|
||||
j.dump(o, prettyPrint, static_cast<int>(indentation));
|
||||
return o;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue