Added annotations to help code analysis tools
CR: Bruce Dawson
This commit is contained in:
parent
fdba89977e
commit
53d9d2c232
16 changed files with 134 additions and 90 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue