Fixed "Werror" related compilation problems on Linux and Meego.
This commit is contained in:
@@ -76,7 +76,7 @@ const string Options::optionNames[] = {
|
||||
int Options::getID(string name)
|
||||
{
|
||||
if (0 == name.size())
|
||||
INVALID_OPTION;
|
||||
return INVALID_OPTION;
|
||||
|
||||
std::transform(name.begin(), name.end(), name.begin(), ::tolower);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user