* grub-core/tests/setjmp_test.c: Ignore missing noreturn.
This commit is contained in:
parent
d128901ace
commit
709ad61b07
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-05-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/tests/setjmp_test.c: Ignore missing noreturn.
|
||||
|
||||
2013-05-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/hfspluscomp.c (grub_hfsplus_compress_attr): Add packed
|
||||
|
|
|
@ -25,6 +25,8 @@ GRUB_MOD_LICENSE ("GPLv3+");
|
|||
static grub_jmp_buf jmp_point;
|
||||
static int expected, ctr;
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wmissing-noreturn"
|
||||
|
||||
static void
|
||||
jmp0 (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue