more fixed for clang warnings

This commit is contained in:
Dmitry 2015-06-06 16:37:15 +03:00
commit 8f48af4314
5 changed files with 10 additions and 11 deletions

View file

@ -1243,7 +1243,7 @@ void AddLogEntry (bool outputToConsole, int logLevel, const char *format, ...)
#if defined (PLATFORM_WIN32)
MessageBoxA (GetActiveWindow (), buffer, "YaPB Error", MB_ICONSTOP);
#else
printf (buffer);
printf ("%s", buffer);
#endif
FreeLibraryMemory ();