fix hybrid uninitialized warning
parent
648c68d130
commit
e6f0fdce44
|
@ -120,7 +120,7 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
SmootherUpdate(smoother, graph, init_values, maxNrHypotheses, &results);
|
||||
|
||||
size_t key_s, key_t;
|
||||
size_t key_s, key_t{0};
|
||||
|
||||
clock_t start_time = clock();
|
||||
std::string str;
|
||||
|
|
Loading…
Reference in New Issue