mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +02:00
fix warning
This commit is contained in:
parent
1dcc05895e
commit
75ce1477f4
@ -45,7 +45,7 @@ int main(int argc, char** argv)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cout << filePath.toString() << " doesn't exist!" << std::endl;
|
std::cout << filePath.toString() << " doesn't exist!" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ int main(int argc, char** argv)
|
|||||||
std::cout << "-----------------------------------" << std::endl;
|
std::cout << "-----------------------------------" << std::endl;
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
catch(Poco::JSON::JSONException jsone)
|
catch(Poco::JSON::JSONException& jsone)
|
||||||
{
|
{
|
||||||
std::cout << jsone.message() << std::endl;
|
std::cout << jsone.message() << std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user