Reduce warnings/errors in libpayload when using picky compiler options
[coreboot.git] / payloads / libpayload / curses / tinycurses.c
index cb1d695933e52d387059a55517cdeecaa5018df8..4d3e8e1be247178874bdd1862617b08170ea70b1 100644 (file)
@@ -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;