mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
Fixes to compiler warnings in MSVC
Review URL: http://codereview.chromium.org/2851015
This commit is contained in:
@@ -119,7 +119,7 @@ int CheckEntries(GptEntry* entries, GptHeader* h, uint64_t drive_sectors) {
|
||||
|
||||
GptEntry* entry;
|
||||
uint32_t crc32;
|
||||
int i;
|
||||
uint32_t i;
|
||||
|
||||
/* Check CRC before examining entries. */
|
||||
crc32 = Crc32((const uint8_t *)entries,
|
||||
|
||||
Reference in New Issue
Block a user