mirror of
https://github.com/yawut/SDL.git
synced 2026-09-03 14:45:13 -05:00
Fixed some compiler warnings that Visual Studio reported.
This commit is contained in:
@@ -1350,7 +1350,7 @@ SDL_PrintUnsignedLongLong(char *text, size_t maxlen, SDL_FormatInfo *info, Uint6
|
||||
static size_t
|
||||
SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg)
|
||||
{
|
||||
int i, width;
|
||||
int width;
|
||||
size_t len;
|
||||
size_t left = maxlen;
|
||||
char *textstart = text;
|
||||
|
||||
Reference in New Issue
Block a user