mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-27 19:25:10 +00:00
ef6b775f9f
fpga_compress.c:176:32: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
const int cmp_bytes = *(int*)(compressed_fpga_stream.next_in);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~