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