mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-01 00:23:07 +00:00
-Wunreachable-code has been a no-op since GCC 4.5; GRUB hasn't been compiled with it since 2012; and GCC 6 produces "error: '-Wunreachable-code' is not an option that controls warnings" for these. Fixes Debian bug #812047. Origin: upstream, http://git.savannah.gnu.org/cgit/grub.git/commit/?id=47e67d809cca22b77ea73ab4dbe04cfd5b11bae1 Bug-Debian: https://bugs.debian.org/812047 Last-Update: 2016-01-20 Patch-Name: remove-unreachable-code-pragmas.patch |
||
|---|---|---|
| .. | ||
| argv.c | ||
| execute.c | ||
| function.c | ||
| lexer.c | ||
| main.c | ||
| parser.y | ||
| script.c | ||
| yylex.l | ||