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:
klu2 2008-03-10 05:49:39 +00:00
parent a05f22fa36
commit fcb577f458
1 changed files with 1 additions and 2 deletions

View File

@ -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