mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Enabled and fixed compiler warnings. (#92)
This commit is contained in:
@@ -645,7 +645,7 @@ namespace msg::json
|
||||
{
|
||||
msg.reserve(1024);
|
||||
msg += "[";
|
||||
for (int i = 0; i < instances.size(); i++)
|
||||
for (size_t i = 0; i < instances.size(); i++)
|
||||
{
|
||||
const hp::instance_info &instance = instances[i];
|
||||
msg += "{\"";
|
||||
|
||||
Reference in New Issue
Block a user