mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-13 10:02:37 +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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user