Fix minor windows pedantic warnings.

This commit is contained in:
Jason Felds
2016-03-27 22:03:15 -04:00
parent 534909d30a
commit bec18a0d36
31 changed files with 173 additions and 67 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void AutoKeysounds::LoadAutoplaySoundsInto( RageSoundReader_Chain *pChain )
for( int t = 0; t < iNumTracks; t++ )
{
int iRow = -1;
while(1)
for(;;)
{
/* Find the next row that either player has a note on. */
int iNextRow = INT_MAX;