mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-19 06:26:28 +00:00
scoutfs-utils: Enable -Wpadded
The compiler will complain if it sees any padding. Fix a spot in print.c for this. Signed-off-by: Andy Grover <agrover@versity.com>
This commit is contained in:
@@ -671,6 +671,7 @@ out:
|
||||
struct print_recursion_args {
|
||||
struct scoutfs_super_block *super;
|
||||
int fd;
|
||||
u8 __pad[4];
|
||||
};
|
||||
|
||||
/* same as fs item but with a small header in the value */
|
||||
|
||||
Reference in New Issue
Block a user