grub2/grub-core/script
Colin Watson b8ae346b2d Remove pragmas related to -Wunreachable-code
-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
2016-01-20 16:01:55 +00:00
..
argv.c * grub-core/script/argv.c (grub_script_argv_split_append): Skip leading 2012-03-19 13:29:43 +01:00
execute.c * grub-core/script/execute.c (grub_script_execute_sourcecode): Split 2013-06-07 18:36:42 +02:00
function.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
lexer.c * grub-core/script/lexer.c (grub_script_lexer_init): Rename getline 2013-01-16 09:06:11 +01:00
main.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
parser.y Remove pragmas related to -Wunreachable-code 2016-01-20 16:01:55 +00:00
script.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
yylex.l Decrease stack usage in lexer. 2013-11-16 16:37:59 +01:00