* 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
|
@ -1,3 +1,7 @@
|
|||
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkimage.c: Disable -Wcast-align.
|
||||
|
||||
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031
|
||||
|
|
|
@ -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…
Reference in a new issue