Fixing some clang warnings/errors.
This commit is contained in:
@@ -26,7 +26,7 @@ typedef struct {
|
||||
uint32_t thunk_address; // NULL or address of thunk
|
||||
} xe_xex2_import_info_t;
|
||||
|
||||
enum xe_pe_section_flags_e {
|
||||
enum xe_pe_section_flags_e : uint32_t {
|
||||
kXEPESectionContainsCode = 0x00000020,
|
||||
kXEPESectionContainsDataInit = 0x00000040,
|
||||
kXEPESectionContainsDataUninit = 0x00000080,
|
||||
|
||||
Reference in New Issue
Block a user