mirror of https://github.com/acidanthera/audk.git
Fix GCC building warning.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4811 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a05f22fa36
commit
fcb577f458
|
@ -26,8 +26,7 @@
|
|||
// Structures are all packed on 1-byte alignment
|
||||
//
|
||||
|
||||
#pragma pack (push)
|
||||
#pragma pack (1)
|
||||
#pragma pack (push, 1)
|
||||
|
||||
//
|
||||
// Part 2, section 2.2: Basic types & Helper redefinitions
|
||||
|
|
Loading…
Reference in New Issue