mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-09 03:16:26 +00:00
Added annotations to help code analysis tools
CR: Bruce Dawson
This commit is contained in:
@@ -50,7 +50,7 @@ SDL_LookupString(const char *key)
|
||||
/* Public functions */
|
||||
|
||||
int
|
||||
SDL_SetError(const char *fmt, ...)
|
||||
SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
SDL_error *error;
|
||||
|
Reference in New Issue
Block a user