mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[build] Remove PACKED macro
Most of iPXE uses __attribute__((packed)) anyway, and PACKED conflicts with an identically-named macro in the upstream EFI header files. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -429,9 +429,6 @@ int __debug_disable;
|
||||
*/
|
||||
#ifndef ASSEMBLY
|
||||
|
||||
/** Declare a data structure as packed. */
|
||||
#define PACKED __attribute__ (( packed ))
|
||||
|
||||
/** Declare a variable or data structure as unused. */
|
||||
#define __unused __attribute__ (( unused ))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user