mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-12-17 13:40:26 +08:00
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);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|---|---|---|
| .. | ||
| fpga_compress.c | ||
| Makefile | ||