diff options
-rw-r--r-- | example/memfs_ll.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/memfs_ll.cc b/example/memfs_ll.cc index ad0b187..a1bd054 100644 --- a/example/memfs_ll.cc +++ b/example/memfs_ll.cc @@ -910,6 +910,8 @@ static void memfs_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_reply_err(req, EINVAL); return; } +#else + (void)flags; #endif Inodes.lock(); |