Commit 3d14eb5
committed
fix(planning_data_analyzer): avoid GCC 13 false-positive stringop-overread in test
Use a named variable instead of an initializer list temporary when calling
set_evaluation_horizons() to prevent GCC 13 from emitting a spurious
-Wstringop-overread warning during deep inlining of vector operations.
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>1 parent ddc17c6 commit 3d14eb5
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
| 329 | + | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
| |||
0 commit comments