Fixed warning C28251: Inconsistent annotation for 'SDL_RWvprintf_REAL': this instance has no annotations.
This commit is contained in:
parent
b8840801cc
commit
91da942b33
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ size_t SDL_RWprintf(SDL_RWops *context, SDL_PRINTF_FORMAT_STRING const char *fmt
|
||||||
return bytes;
|
return bytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t SDL_RWvprintf(SDL_RWops *context, const char *fmt, va_list ap)
|
size_t SDL_RWvprintf(SDL_RWops *context, SDL_PRINTF_FORMAT_STRING const char *fmt, va_list ap)
|
||||||
{
|
{
|
||||||
int size;
|
int size;
|
||||||
char *string;
|
char *string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue