1
0
mirror of synced 2026-04-03 12:02:58 +00:00

Suggest fix for =maybe-uninitialized problem

This commit is contained in:
Jonathan Kimmitt
2021-12-29 11:58:19 +00:00
parent 52c9639808
commit d4b502be9f

View File

@@ -542,7 +542,7 @@ void SearchSettings() {
TestResult_s BestResult;
size_t BestStep0Precision;
size_t BestStep1Precision;
size_t BestStep2Precision;
size_t BestStep2Precision = 0;
uint64_t BestStep1CorrectionFactor = 0;
uint64_t BestStep2CorrectionFactor = 0;