grub/grub-core/term
Andrei Borzenkov 5fcde03bf1 efi: fix warnings with recent GCC
../../grub-core/term/efi/console.c:128:32: error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
   if (key.unicode_char >= 0x20 && key.unicode_char <= 0x7f
2015-10-27 23:30:54 +03:00
..
arc * grub-core/term/arc/console.c: Add missing cast to silence warning. 2013-11-24 05:05:34 +01:00
efi efi: fix warnings with recent GCC 2015-10-27 23:30:54 +03:00
i386
ieee1275
uboot
xen Remove xen VFB. 2013-12-18 18:43:09 +01:00
at_keyboard.c * grub-core/term/at_keyboard.c: Retry probing keyboard if 2014-08-13 23:04:01 +02:00
gfxterm.c * grub-core/term/gfxterm.c: Avoid division by zero. 2015-01-21 17:42:13 +01:00
gfxterm_background.c
morse.c
ns8250.c Avoid division by zero in serial. 2015-01-21 17:42:13 +01:00
serial.c Avoid division by zero in serial. 2015-01-21 17:42:13 +01:00
spkmodem.c
terminfo.c * grub-core/term/terminfo.c: Recognize keys F1-F12. 2014-01-18 16:57:35 +01:00
tparm.c Enable -Wformat=2 if it's supported. 2013-12-21 15:28:28 +01:00
usb_keyboard.c