more fixed for clang warnings
This commit is contained in:
parent
25504279d9
commit
8f48af4314
5 changed files with 10 additions and 11 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue