core: fix warnings
This commit is contained in:
parent
796e8a9f24
commit
8eb89c260d
12 changed files with 55 additions and 42 deletions
|
@ -31,7 +31,7 @@ enum class LowPathType : u32 {
|
|||
};
|
||||
|
||||
union Mode {
|
||||
u32 hex;
|
||||
u32 hex = 0;
|
||||
BitField<0, 1, u32> read_flag;
|
||||
BitField<1, 1, u32> write_flag;
|
||||
BitField<2, 1, u32> create_flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue