mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cppcheck fix memsetClassFloat
This commit is contained in:
parent
ae73b75f35
commit
5bb818e705
@ -2018,8 +2018,7 @@ void buildCountingMiracles(build_context &bc) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
RoseCountingMiracle rcm;
|
RoseCountingMiracle rcm = {}; // Initialize rcm to zero
|
||||||
memset(&rcm, 0, sizeof(rcm));
|
|
||||||
|
|
||||||
if (cr.count() == 1) {
|
if (cr.count() == 1) {
|
||||||
rcm.c = cr.find_first();
|
rcm.c = cr.find_first();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user