mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files
This commit is contained in:
parent
0f7241f4b3
commit
f054f5da32
3 changed files with 4 additions and 4 deletions
|
@ -342,7 +342,7 @@ const uint64_t CRACK_STATES_BITSLICED(uint32_t cuid, uint8_t *best_first_bytes,
|
|||
// }
|
||||
#endif
|
||||
// add the even state bits
|
||||
const bitslice_t const *restrict bitsliced_even_state = bitsliced_even_states[block_idx];
|
||||
const bitslice_t *restrict bitsliced_even_state = bitsliced_even_states[block_idx];
|
||||
for(uint32_t state_idx = 1; state_idx < STATE_SIZE; state_idx += 2) {
|
||||
state_p[state_idx] = bitsliced_even_state[state_idx/2];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue