mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix compiler warnings (thanks @aspargas2)
This commit is contained in:
parent
85c43795c3
commit
622fb38223
@ -11,13 +11,13 @@
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
u32 offset;
|
u32 offset;
|
||||||
u32 size;
|
u32 size;
|
||||||
} __attribute__((packed)) DisaDiffIvfcRange;
|
} PACKED_STRUCT DisaDiffIvfcRange;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u32 n_ivfc_ranges;
|
u32 n_ivfc_ranges;
|
||||||
DisaDiffIvfcRange ivfc_lvl4_ranges[MAX_IVFC_RANGES];
|
DisaDiffIvfcRange ivfc_lvl4_ranges[MAX_IVFC_RANGES];
|
||||||
DisaDiffRWInfo rw_info;
|
DisaDiffRWInfo rw_info;
|
||||||
} __attribute__((packed)) VDisaDiffPartitionInfo;
|
} PACKED_STRUCT VDisaDiffPartitionInfo;
|
||||||
|
|
||||||
static VDisaDiffPartitionInfo* partitionA_info = NULL;
|
static VDisaDiffPartitionInfo* partitionA_info = NULL;
|
||||||
static VDisaDiffPartitionInfo* partitionB_info = NULL;
|
static VDisaDiffPartitionInfo* partitionB_info = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user