Skip to content
Commit ba9258ea authored by Tom Rini's avatar Tom Rini
Browse files

zlib: trees.c: Fix a warning with clang-15



With clang-15 we now will get warnings such as:

warning: a function declaration without a prototype is deprecated in all
versions of C [-Wstrict-prototypes]

And it is easy enough to address this warning here, even if we would
like to stay in sync more with upstream as it's a single location.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent fa88de89
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment