Changed: #825 Remove all warning when compiling Ryzom on Linux
This commit is contained in:
parent
72a60e8959
commit
918ba44e4e
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ void CStdDisplayer::doDisplay ( const CLog::TDisplayInfo& args, const char *mess
|
|||
printf ("%s", str.c_str());
|
||||
|
||||
if (!args.CallstackAndLog.empty())
|
||||
printf (args.CallstackAndLog.c_str());
|
||||
printf ("%s", args.CallstackAndLog.c_str());
|
||||
|
||||
fflush(stdout);
|
||||
}
|
||||
|
|
|
@ -2572,7 +2572,7 @@ TUserRole CServerEditionModule::getRoleByCharId(TCharId charId) const
|
|||
}
|
||||
|
||||
|
||||
TPioneersSessionsAllowed * const CServerEditionModule::getSessionAllowedForChar(TCharId charId) const
|
||||
TPioneersSessionsAllowed * CServerEditionModule::getSessionAllowedForChar(TCharId charId) const
|
||||
{
|
||||
TPioneersSessionsAlloweds::const_iterator found = _PioneersSessionsAllowed.find(charId);
|
||||
if (found == _PioneersSessionsAllowed.end()) return NULL;
|
||||
|
|
Loading…
Reference in a new issue