Skip to content

Commit

Permalink
RedfishClientPkg: fix pragma pack usage
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
  • Loading branch information
ghbaccount committed Sep 28, 2023
1 parent 8ae39ec commit 5f8b57b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RedfishClientPkg/HiiToRedfishBiosDxe/HiiToRedfishBiosData.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern EFI_GUID gHiiToRedfishBiosFormsetGuid;
#define ID_STRING_MAX 15
#define ID_STRING_MAX_WITH_TERMINATOR 16

#pragma pack()
#pragma pack(1)

//
// Definiton of HII_TO_REDFISH_BIOS_VARSTORE_DATA
Expand All @@ -44,4 +44,5 @@ typedef struct {
UINT8 Reserved;
} HII_TO_REDFISH_BIOS_EFI_VARSTORE_DATA;

#pragma pack()
#endif

0 comments on commit 5f8b57b

Please sign in to comment.