More cleanup of MSVC errors

Review URL: http://codereview.chromium.org/2871019
This commit is contained in:
Randall Spangler
2010-06-21 18:25:31 -07:00
parent beb5bae09f
commit d0dae7a438
6 changed files with 8 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ int CheckEntries(GptEntry* entries, GptHeader* h, uint64_t drive_sectors) {
/* Check all entries. */
for (i = 0, entry = entries; i < h->number_of_entries; i++, entry++) {
GptEntry* e2;
int i2;
uint32_t i2;
if (IsUnusedEntry(entry))
continue;