Prevent bogus -Wmaybe-uninitialized warnings in GCC

This was SVN commit r14008.
This commit is contained in:
Ykkrosh 2013-10-16 12:22:50 +00:00
parent eb33d0fd61
commit a2f836c393

View File

@ -36,6 +36,7 @@ bool JSI_ConfigDB::GetConfigNamespace(std::wstring cfgNsString, EConfigNamespace
else
{
LOGERROR(L"Invalid namespace name passed to the ConfigDB!");
cfgNs = CFG_DEFAULT;
return false;
}
return true;