mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-09 22:58:07 +00:00
* grub-core/tests/setjmp_test.c: Ignore missing noreturn.
This commit is contained in:
parent
d128901ace
commit
709ad61b07
@ -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 New Issue
Block a user