mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 19:48:00 +00:00
fixed a warning
This commit is contained in:
@@ -142,7 +142,7 @@ int HelpFormatter::calcIndent() const
|
|||||||
}
|
}
|
||||||
n += 2;
|
n += 2;
|
||||||
if (n > indent)
|
if (n > indent)
|
||||||
indent = n;
|
indent = static_cast<int>(n);
|
||||||
}
|
}
|
||||||
return indent;
|
return indent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user