mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cppcheck suppress redundantInitialization
This commit is contained in:
parent
da8fd7f661
commit
5e5d67a1de
@ -431,6 +431,7 @@ accel_dfa_build_strat::buildAccel(UNUSED dstate_id_t this_idx,
|
|||||||
|
|
||||||
DEBUG_PRINTF("accelerations scheme has offset s%u/d%u\n", info.offset,
|
DEBUG_PRINTF("accelerations scheme has offset s%u/d%u\n", info.offset,
|
||||||
info.double_offset);
|
info.double_offset);
|
||||||
|
// cppcheck-suppress redundantInitialization
|
||||||
accel->generic.offset = verify_u8(info.offset);
|
accel->generic.offset = verify_u8(info.offset);
|
||||||
|
|
||||||
if (double_byte_ok(info) && info.double_cr.none() &&
|
if (double_byte_ok(info) && info.double_cr.none() &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user