Linux 6.6 compat: fix configure error with clang (#15558)
commitb3a985fa42def27e70dbf4fbfb13cdb779add517
authorJaron Kent-Dobias <kentdobias@users.noreply.github.com>
Tue, 28 Nov 2023 19:34:40 +0000 (28 20:34 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 19:34:40 +0000 (28 11:34 -0800)
treefac78debd10d0dac859df3cf1368b8b77a1de831
parent688514e4704bdee4551d25960febd322ac26f297
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