Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
148f1659c8
commit
67ea053ea6
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ void ExitClientError (const char *format, ...)
|
||||||
MessageBoxW (NULL, (WCHAR*)ucstr.c_str(), (WCHAR*)CI18N::get ("TheSagaOfRyzom").c_str (), MB_OK|MB_ICONERROR);
|
MessageBoxW (NULL, (WCHAR*)ucstr.c_str(), (WCHAR*)CI18N::get ("TheSagaOfRyzom").c_str (), MB_OK|MB_ICONERROR);
|
||||||
*/
|
*/
|
||||||
#else
|
#else
|
||||||
fprintf (stderr, str);
|
fprintf (stderr, "%s\n", str);
|
||||||
#endif
|
#endif
|
||||||
// Exit
|
// Exit
|
||||||
extern void quitCrashReport ();
|
extern void quitCrashReport ();
|
||||||
|
|
Loading…
Reference in a new issue