git/reftable
Carlo Marcelo Arenas Belón f1228cd12c reftable: make REFTABLE_UNUSED C99 compatible
Since f93b2a0424 (reftable/basics: introduce `REFTABLE_UNUSED`
annotation, 2025-02-18), the reftable library was migrated to
use an internal version of `UNUSED`, which unconditionally sets
a GNU __attribute__ to avoid warnings function parameters that
are not being used.

Make the definition conditional to prevent breaking the build
with non GNU compilers.

Reported-by: "Randall S. Becker" <rsbecker@nexbridge.com>
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-05-29 09:18:53 -07:00
..
LICENSE
basics.c
basics.h reftable: make REFTABLE_UNUSED C99 compatible 2025-05-29 09:18:53 -07:00
block.c Merge branch 'ps/reftable-read-block-perffix' 2025-05-19 16:02:48 -07:00
block.h
blocksource.c
blocksource.h
constants.h
error.c
iter.c
iter.h
merged.c
merged.h
pq.c
pq.h
record.c
record.h
reftable-basics.h
reftable-block.h reftable: fix perf regression when reading blocks of unwanted type 2025-05-12 10:55:24 -07:00
reftable-blocksource.h
reftable-constants.h
reftable-error.h
reftable-iterator.h
reftable-merged.h
reftable-record.h
reftable-stack.h
reftable-table.h
reftable-writer.h
stack.c
stack.h
system.c
system.h
table.c reftable: fix perf regression when reading blocks of unwanted type 2025-05-12 10:55:24 -07:00
table.h
tree.c
tree.h
writer.c Merge branch 'ly/reftable-writer-leakfix' 2025-05-19 16:02:47 -07:00
writer.h