diff --git a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj index 0947a9754..3c4fe9d9f 100644 --- a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj +++ b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj @@ -179,20 +179,21 @@ + + + + - - - - - - + + + - + @@ -211,4 +212,4 @@ - \ No newline at end of file + diff --git a/VisualC/tests/testautomation/testautomation_vs2012.vcxproj b/VisualC/tests/testautomation/testautomation_vs2012.vcxproj index 340081bc2..1e6d973ab 100644 --- a/VisualC/tests/testautomation/testautomation_vs2012.vcxproj +++ b/VisualC/tests/testautomation/testautomation_vs2012.vcxproj @@ -183,20 +183,21 @@ - + + + + + - - - - - - + + + - + diff --git a/src/stdlib/SDL_string.c b/src/stdlib/SDL_string.c index dd3589e4e..3032d6a8d 100644 --- a/src/stdlib/SDL_string.c +++ b/src/stdlib/SDL_string.c @@ -1331,7 +1331,7 @@ static size_t SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg) { int i, width; - size_t len, spot; + size_t len; size_t left = maxlen; char *textstart = text;