Linux 6.6 compat: fix configure error with clang (#15558)
commitd813aa85309a06310e7dda3be87fd139f8b6035c
authorJaron Kent-Dobias <kentdobias@users.noreply.github.com>
Tue, 28 Nov 2023 19:34:40 +0000 (28 20:34 +0100)
committerTony Hutter <hutter2@llnl.gov>
Tue, 28 Nov 2023 23:19:07 +0000 (28 15:19 -0800)
tree8cf0dc17ae61611d0ed9d11b41f088423ca7df9c
parent3b267e72de6f98fb911af9477d2c48de3c36c6dd
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>
config/kernel-inode-times.m4