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