Merge pull request #2007 from jmackay2/may_be_uninitialized

release/4.3a0
Varun Agrawal 2025-01-28 11:11:27 -05:00 committed by GitHub
commit 4ba3df1f56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;