mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-11-24 18:44:55 +00:00
Fix compiler warnings
This commit is contained in:
parent
7306f500c5
commit
18e6ed541a
@ -3,7 +3,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char name[8];
|
char name[8] __attribute__((nonstring));
|
||||||
u32 offset;
|
u32 offset;
|
||||||
u32 size;
|
u32 size;
|
||||||
} PACKED_STRUCT ExeFsFileHeader;
|
} PACKED_STRUCT ExeFsFileHeader;
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user