mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-27 03:33:50 +00:00
More cleanup of MSVC errors
Review URL: http://codereview.chromium.org/2871019
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user