mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-11 00:52:39 +00:00
Fixed warning C28251: Inconsistent annotation for 'SDL_RWvprintf_REAL': this instance has no annotations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user