Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuse-bridge.c: fix compilation warning
fuse-bridge.c:433:13: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Waddress] 433 | if (dentry->name) { | ^~~~~~ In file included from ../../../../libglusterfs/src/glusterfs/statedump.h:15, from fuse-bridge.h:23, from fuse-bridge.c:14: ../../../../libglusterfs/src/glusterfs/inode.h:76:10: note: 'name' declared here 76 | char name[]; /* name of the directory entry */ | ^~~~ Updates: gluster#1000 Signed-off-by: Yaniv Kaul <[email protected]>
- Loading branch information