mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
Fix gcc 10.2 error messages.
This commit is contained in:
@@ -112,7 +112,7 @@ int AnlogicBitParser::parse()
|
||||
data.resize(size_data);
|
||||
_fd.read(reinterpret_cast<char *>(&(data[0])), size_data);
|
||||
|
||||
int pos = 0;
|
||||
unsigned int pos = 0;
|
||||
std::vector<std::vector<uint8_t>> blocks;
|
||||
do {
|
||||
uint16_t len = (data[pos++] << 8);
|
||||
|
||||
Reference in New Issue
Block a user