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:
Andy Grover
2020-10-29 14:15:22 -07:00
committed by Zach Brown
parent 6fea9f90c4
commit 5701182665
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 */