mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
FIX: gcc8.1 warnings
This commit is contained in:
parent
96361abd97
commit
e276bf1ce3
5 changed files with 59 additions and 36 deletions
|
@ -371,7 +371,6 @@ bool ParamLoadFromJson(struct tlvdb *tlv) {
|
|||
uint8_t buf[251] = {0};
|
||||
size_t buflen = 0;
|
||||
|
||||
// here max length must be 4, but now tlv_tag_t is 2-byte var. so let it be 2 by now... TODO: needs refactoring tlv_tag_t...
|
||||
if (!HexToBuffer("TLV Error type:", tlvTag, buf, 4, &buflen)) {
|
||||
json_decref(root);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue