daemon: cleaned up compiler warnings
raised warning level to /Wall changed nfs41_file_info.owner, owner_group to char[] to avoid casting Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
e493d339c8
commit
2b5a5fb071
7 changed files with 30 additions and 28 deletions
|
|
@ -219,9 +219,9 @@ typedef struct __nfs41_file_info {
|
|||
bool_t symlink_dir;
|
||||
bool_t symlink_support;
|
||||
bool_t link_support;
|
||||
unsigned char owner[NFS4_OPAQUE_LIMIT];
|
||||
char owner[NFS4_OPAQUE_LIMIT];
|
||||
uint32_t owner_len;
|
||||
unsigned char owner_group[NFS4_OPAQUE_LIMIT];
|
||||
char owner_group[NFS4_OPAQUE_LIMIT];
|
||||
uint32_t owner_group_len;
|
||||
uint32_t aclsupport;
|
||||
} nfs41_file_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue