Reduce warnings/errors in libpayload when using picky compiler options
The new build system uses quite a few more -W flags for the compiler by default than the old one. And that's for the better. Change-Id: Ia8e3d28fb35c56760c2bd0983046c7067e8c5dd6 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/72 Tested-by: build bot (Jenkins) Reviewed-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
committed by
Uwe Hermann
parent
b3db79e996
commit
7f96583f0f
@ -971,7 +971,7 @@ int wsetscrreg(WINDOW *win, int top, int bottom)
|
||||
}
|
||||
// void wsyncdown (WINDOW *) {}
|
||||
// void wsyncup (WINDOW *) {}
|
||||
/* D */ void wtimeout(WINDOW *win, int delay) { win->_delay = delay; }
|
||||
/* D */ void wtimeout(WINDOW *win, int _delay) { win->_delay = _delay; }
|
||||
/* D */ int wtouchln(WINDOW *win, int y, int n, int changed)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user