Explorar o código

Fixed warning C28251: Inconsistent annotation for 'SDL_RWvprintf_REAL': this instance has no annotations.

Sam Lantinga %!s(int64=2) %!d(string=hai) anos
pai
achega
91da942b33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/file/SDL_rwops.c

+ 1 - 1
src/file/SDL_rwops.c

@@ -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;