Fix warning in tinf.h: function declaration isn't a prototype 82/head
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>
Wed, 21 Oct 2015 20:05:26 +0000 (22:05 +0200)
committerTobias Diedrich <ranma+coreboot@tdiedrich.de>
Wed, 21 Oct 2015 20:05:26 +0000 (22:05 +0200)
u-boot/include/tinf.h

index 1dc1666c9bb6c2eb43418e857eba71a3ea78739e..714fc05fafc3e65f27437b262d25b8167b34cceb 100644 (file)
@@ -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);