* util/grub-mkimage.c: Disable -Wcast-align.
This commit is contained in:
parent
7284143a54
commit
81f6ef0e2d
2 changed files with 6 additions and 0 deletions
|
@ -688,6 +688,8 @@ struct fixup_block_list
|
|||
struct grub_pe32_fixup_block b;
|
||||
};
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wcast-align"
|
||||
|
||||
#define MKIMAGE_ELF32 1
|
||||
#include "grub-mkimagexx.c"
|
||||
#undef MKIMAGE_ELF32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue