From 2d3f5edd8bf29deccce7214814d8fe82fc896553 Mon Sep 17 00:00:00 2001 From: Tobias Diedrich Date: Wed, 21 Oct 2015 22:05:26 +0200 Subject: [PATCH] Fix warning in tinf.h: function declaration isn't a prototype --- u-boot/include/tinf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/tinf.h b/u-boot/include/tinf.h index 1dc1666..714fc05 100644 --- a/u-boot/include/tinf.h +++ b/u-boot/include/tinf.h @@ -30,7 +30,7 @@ extern "C" { /* function prototypes */ -void TINFCC tinf_init(); +void TINFCC tinf_init(void); int TINFCC tinf_uncompress(void *dest, unsigned int *destLen, const void *source, unsigned int sourceLen); -- 2.25.1