diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2023-11-20 17:18:10 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2023-11-20 18:36:08 +0100 |
commit | 9cc4a6928da3931d0d7d6afad4489384cb21de23 (patch) | |
tree | 518a670eeb34439320c3117557a3f7510295035d /src/misc.h | |
parent | 8408e5f5e64e01630b64304db8971e074ab0b25a (diff) | |
download | bindfs-9cc4a6928da3931d0d7d6afad4489384cb21de23.tar.gz |
bindfs.c: Address warning -Wunused-function
Symptom with GCC 13:
> bindfs.c:1470:12: error: 'bindfs_flock' defined but not used [-Werror=unused-function]
> static int bindfs_flock(const char *path, struct fuse_file_info *fi, int op)
> ^~~~~~~~~~~~
> bindfs.c:1458:12: error: 'bindfs_lock' defined but not used [-Werror=unused-function]
> static int bindfs_lock(const char *path, struct fuse_file_info *fi, int cmd,
> ^~~~~~~~~~~
Diffstat (limited to 'src/misc.h')
0 files changed, 0 insertions, 0 deletions