HomeFreeBSD

Linux 6.6 compat: fix configure error with clang (#15558)

Description

Linux 6.6 compat: fix configure error with clang (#15558)

With Linux v6.6.x and clang 16, a configure step fails on a warning that
later results in an error while building, due to 'ts' being
uninitialized. Add a trivial initialization to silence the warning.

Signed-off-by: Jaron Kent-Dobias <jaron@kent-dobias.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
(cherry picked from commit d813aa85309a06310e7dda3be87fd139f8b6035c)

Details

Event Timeline

Tony Hutter <hutter2@llnl.gov> committed rG4b849db210d1: Linux 6.6 compat: fix configure error with clang (#15558) (authored by Jaron Kent-Dobias <kentdobias@users.noreply.github.com>).Feb 8 2024, 9:29 PM