fix hybrid uninitialized warning

release/4.3a0
jmackay2 2025-01-27 21:23:09 -05:00
parent 648c68d130
commit e6f0fdce44
1 changed files with 1 additions and 1 deletions

View File

@ -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;