commit | 6839d1b8bb91af53ddacc5df07d5239761ac11f9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Feb 27 17:08:36 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 22 15:22:48 2023 -0400 |
tree | 347f68e279212f84f98743e5c99fdb7b5bd379df | |
parent | ac0135b284a6a7e5b31544e6be23591b9b8a5f54 [diff] |
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: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>