summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-16 16:53:12 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-16 16:53:12 +0000
commita04ad3f01fe97649f3ff7097443f08b7a597d797 (patch)
treea8a4290ca95bfb939b234341c3ba356796a66881 /MdePkg/Include/IndustryStandard
parentbab3f2d3acb8b66477e6641b330147ec62835ed4 (diff)
downloadedk2-platforms-a04ad3f01fe97649f3ff7097443f08b7a597d797.tar.xz
MdePkg/Include/Uefi/UefiTcgPlatform.h:
MdePkg/Include/Protocol/TcgService.h: MdePkg/Include/IndustryStandard/Tpm12.h: * Remove usage of '#pragma push' unsupported usage which is not supported by GCC. MdeModulePkg/Universal/Network/PxeBcDxe/Pxe_bc_dhcp.c: * Fix a warning encountered with GCC/IPF when Index2 (as a INT8) is used as an index to an array on lines 2020 & 2028. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5905 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r--MdePkg/Include/IndustryStandard/Tpm12.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tpm12.h b/MdePkg/Include/IndustryStandard/Tpm12.h
index fc2eaa4da2..86eb8e0e11 100644
--- a/MdePkg/Include/IndustryStandard/Tpm12.h
+++ b/MdePkg/Include/IndustryStandard/Tpm12.h
@@ -25,7 +25,7 @@
// Structures are all packed on 1-byte alignment
//
-#pragma pack (push, 1)
+#pragma pack (1)
//
// Part 2, section 2.2: Basic types & Helper redefinitions
@@ -1835,6 +1835,6 @@ typedef struct tdTPM_RSP_COMMAND_HDR {
TPM_RESULT returnCode;
} TPM_RSP_COMMAND_HDR;
-#pragma pack (pop)
+#pragma pack ()
#endif // _TPM12_H_