summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKaho Ng <ngkaho1234@gmail.com>2016-06-20 02:06:04 +0800
committerKaho Ng <ngkaho1234@gmail.com>2016-06-20 18:06:15 +0800
commitb130ba0ea69f7376f6f201e5361e86dfdc06041f (patch)
treede65dcb31bb6ba333be4d0690187dacb61289108 /src
parent278e8d43d2bd28063cb0a0d30fec9ef3d9685e3d (diff)
ext4: @replace in ext4_setxattr() is deprecated
Diffstat (limited to 'src')
-rw-r--r--src/ext4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext4.c b/src/ext4.c
index b529bbd..86c5c1d 100644
--- a/src/ext4.c
+++ b/src/ext4.c
@@ -2414,7 +2414,7 @@ Finish:
}
int ext4_setxattr(const char *path, const char *name, size_t name_len,
- const void *data, size_t data_size, bool replace)
+ const void *data, size_t data_size, bool replace __unused)
{
bool found;
int r = EOK;