mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 10:39:51 +02:00
bitparser: Relax unknown header keys to a warning.
This commit is contained in:
+1
-2
@@ -112,8 +112,7 @@ int BitParser::parseHeader()
|
||||
} else if (key == "SW_CRC") {
|
||||
_hdr["crc"] = value;
|
||||
} else {
|
||||
printError("Unknown key " + key);
|
||||
return -1;
|
||||
printWarn("Unknown key " + key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user