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
@@ -166,7 +166,7 @@ void StepsDisplayList::UpdatePositions()
/* If less than total (and Rows.size()) are displayed, fill in the empty
* space intelligently. */
while(1)
for(;;)
{
const int sum = (first_end - first_start) + (second_end - second_start);
if( sum >= (int) Rows.size() || sum >= total)