mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 18:25:10 +00:00
Fixes to compiler warnings in MSVC
Review URL: http://codereview.chromium.org/2851015
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
/* Track remaining data to be read in a buffer. */
|
||||
typedef struct MemcpyState {
|
||||
void* remaining_buf;
|
||||
uint8_t* remaining_buf;
|
||||
uint64_t remaining_len; /* Remaining length of the buffer. */
|
||||
uint8_t overrun; /* Flag set to 1 when an overrun occurs. */
|
||||
} MemcpyState;
|
||||
|
||||
Reference in New Issue
Block a user