Files
Christian Marangi 0bf1ec3c3d cjdns: disable error for calloc-transposed-args for GCC14 support
GCC14 introduced -Wcalloc-transposed-args that check calloc pattern and
warn if the args are somehow swapped. The custom allocator in cjdns have
the args swapped so the GCC pattern matching reporting a problem is
actually a false positive.

Disable -Wcalloc-transposed-args warning to fix compilation error as
-Werror is enabled.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-16 20:30:59 +01:00
..