Fix for
/opt/xmr_arch64/src/Options.cpp:302:76: warning: multi-character character constant
This commit is contained in:
parent
2c3218fdc0
commit
a477a0680e
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ bool Options::getJSON(const char *fileName, rapidjson::Document &doc)
|
||||||
|
|
||||||
if (doc.HasParseError()) {
|
if (doc.HasParseError()) {
|
||||||
std::cout << fileName << " " << (int) doc.GetErrorOffset() \
|
std::cout << fileName << " " << (int) doc.GetErrorOffset() \
|
||||||
<< " " << rapidjson::GetParseError_En(doc.GetParseError()) << '\n"';
|
<< " " << rapidjson::GetParseError_En(doc.GetParseError()) << "\n";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue