Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning Function call argument is an uninitialized value
acr122_usb.c:237:3: warning: Function call argument is an uninitialized value LOG_HEX(NFC_LOG_GROUP_COM, "TX", abtTx, szTx); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libnfc/log.h:107:7: note: expanded from macro 'LOG_HEX' snprintf (__acBuf + __szBuf, sizeof(__acBuf) - __szBuf, "%02x ",((uint8_t *)(pbtData))[__szPos]); \ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Maybe a side effect of the #pragma pack not properly understood by the static analyser but anyway acr122_usb_frame_template is also used the same way to initialize the other frames
- Loading branch information