mirror of https://github.com/libsdl-org/SDL.git
Fixed warning C28251: Inconsistent annotation for 'SDL_RWvprintf_REAL': this instance has no annotations.
This commit is contained in:
parent
b8840801cc
commit
91da942b33
|
|
@ -822,7 +822,7 @@ size_t SDL_RWprintf(SDL_RWops *context, SDL_PRINTF_FORMAT_STRING const char *fmt
|
|||
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;
|
||||
char *string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue