mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
another duplicateExpression false positive
This commit is contained in:
parent
6d6d4e1013
commit
8260d7c906
@ -256,7 +256,7 @@ void mmbBuildInitRangePlan(u32 total_bits, u32 begin, u32 end,
|
||||
/* handle the multilevel case */
|
||||
s32 ks = mmbit_keyshift(total_bits);
|
||||
u32 level = 0;
|
||||
assert(sizeof(MMB_TYPE) == sizeof(u64a));
|
||||
assert(sizeof(MMB_TYPE) == sizeof(u64a)); // cppcheck-suppress duplicateExpression
|
||||
|
||||
if (begin == end) {
|
||||
add_scatter(&out->p_u64a, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user