Most of our code works fine in C23, but there are some new additions to
the standard that conflict with either our struct tags or functions.
With this series, the code compiles and passes the testsuite with
-std=c23 on GCC 14.2.0.
brian m. carlson (2):
index-pack: rename struct thread_local
reflog: rename unreachable
builtin/index-pack.c | 10 +++++-----
reflog.c | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)