mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 22:54:47 -04:00
Silence analyzer warnings and fix potential issues
This commit is contained in:
parent
bbdfe28449
commit
cf01543f06
11 changed files with 85 additions and 73 deletions
|
@ -20,16 +20,16 @@ routines without the need of backward traversal
|
|||
#include "basetypes.h"
|
||||
|
||||
typedef struct VOLUME_PARSING_DATA_ {
|
||||
UINT8 ffsVersion;
|
||||
UINT8 emptyByte;
|
||||
EFI_GUID extendedHeaderGuid;
|
||||
UINT32 alignment;
|
||||
UINT32 usedSpace;
|
||||
BOOLEAN hasValidUsedSpace;
|
||||
UINT8 ffsVersion;
|
||||
UINT8 emptyByte;
|
||||
UINT8 revision;
|
||||
BOOLEAN hasExtendedHeader;
|
||||
BOOLEAN hasAppleCrc32;
|
||||
BOOLEAN isWeakAligned;
|
||||
BOOLEAN hasValidUsedSpace;
|
||||
UINT32 usedSpace;
|
||||
} VOLUME_PARSING_DATA;
|
||||
|
||||
typedef struct FILE_PARSING_DATA_ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue