
28 Feb
2023
28 Feb
'23
1:35 a.m.
On Mon, 27 Feb 2023 at 15:09, Tom Rini trini@konsulko.com wrote:
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
lib/zlib/trees.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org