mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-08-13 03:39:24 +02:00
remove static assert
This commit is contained in:
parent
1943ce60cd
commit
9e7e7b0d6d
@ -31,8 +31,6 @@ typedef struct {
|
|||||||
} FilesystemAccessControl;
|
} FilesystemAccessControl;
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
_Static_assert(sizeof(FilesystemAccessControl) == 0x2c, "size");
|
|
||||||
|
|
||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u32 Version;
|
u32 Version;
|
||||||
|
Loading…
Reference in New Issue
Block a user