kern/elf: Ignore cast-align warnings
This commit is contained in:
parent
cb28250cfc
commit
254f92815b
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wcast-align"
|
||||
|
||||
#if defined(__powerpc__) && defined(GRUB_MACHINE_IEEE1275)
|
||||
#define GRUB_ELF_ENABLE_BI_ENDIAN 1
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue