Fix compiler warnings

This commit is contained in:
d0k3 2025-10-17 15:46:54 +02:00
parent 7306f500c5
commit 18e6ed541a
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "common.h"
typedef struct {
char name[8];
char name[8] __attribute__((nonstring));
u32 offset;
u32 size;
} PACKED_STRUCT ExeFsFileHeader;

Binary file not shown.