]> git.ipfire.org Git - thirdparty/grub.git/commit
efi: fix warnings with recent GCC
authorAndrei Borzenkov <arvidjaar@gmail.com>
Tue, 27 Oct 2015 20:30:54 +0000 (23:30 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Tue, 27 Oct 2015 20:30:54 +0000 (23:30 +0300)
commit5fcde03bf1e8cf74c186bcef6d705734f2d002c5
tree6a7d914ea34e4c771f4790783b6264ed02110c5c
parent0b72543afdfee193597911c8a427f88adacb3fbe
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
grub-core/term/efi/console.c