From Gideon May, compile fixes for OSX.
This commit is contained in:
@@ -222,7 +222,7 @@ void ApplicationUsage::writeEnvironmentSettings(std::ostream& output)
|
||||
{
|
||||
std::string::size_type len = citr->first.find_first_of("\n\r\t ");
|
||||
if (len == std::string::npos) len = citr->first.size();
|
||||
maxNumCharsInOptions = maximum(maxNumCharsInOptions,len);
|
||||
maxNumCharsInOptions = maximum(maxNumCharsInOptions,(unsigned int) len);
|
||||
}
|
||||
|
||||
unsigned int optionPos = 2;
|
||||
|
||||
Reference in New Issue
Block a user