Andrei Borzenkov 4bd4a88725 i386, x86_64, ppc: fix switch fallthrough cases with GCC7
In util/getroot and efidisk slightly modify exitsing comment to mostly
retain it but still make GCC7 compliant with respect to fall through
annotation.

In grub-core/lib/xzembed/xz_dec_lzma2.c it adds same comments as
upstream.

In grub-core/tests/setjmp_tets.c declare functions as "noreturn" to
suppress GCC7 warning.

In grub-core/gnulib/regexec.c use new __attribute__, because existing
annotation is not recognized by GCC7 parser (which requires that comment
immediately precedes case statement).

Otherwise add FALLTHROUGH comment.

Closes: 50598
2017-04-04 19:23:55 +03:00
..
2011-05-13 16:36:05 +02:00
2013-11-16 20:52:55 +01:00
2010-08-30 00:54:15 +02:00
2013-11-07 06:35:50 +01:00
2015-03-03 20:50:37 +01:00
2013-11-13 00:43:03 +01:00
2016-10-27 16:22:06 +02:00
2011-07-05 20:24:20 +02:00
2012-02-26 18:09:07 +01:00
2013-12-18 05:28:05 +01:00
2016-02-12 12:39:38 +01:00
2015-06-20 23:38:18 +03:00
2016-02-12 16:07:57 +01:00
2013-11-16 20:52:55 +01:00