* util/grub-mkimage.c: Disable -Wcast-align.
This commit is contained in:
parent
7284143a54
commit
81f6ef0e2d
@ -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>
|
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031
|
* 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;
|
struct grub_pe32_fixup_block b;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Wcast-align"
|
||||||
|
|
||||||
#define MKIMAGE_ELF32 1
|
#define MKIMAGE_ELF32 1
|
||||||
#include "grub-mkimagexx.c"
|
#include "grub-mkimagexx.c"
|
||||||
#undef MKIMAGE_ELF32
|
#undef MKIMAGE_ELF32
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user