Silenced a compiler warning (cosmetic)
An argument to ntfs_index_remove() is now unusedpull/2/head
parent
59c90f039d
commit
1aa9882810
|
@ -1841,7 +1841,8 @@ err_out:
|
|||
goto out;
|
||||
}
|
||||
|
||||
int ntfs_index_remove(ntfs_inode *dir_ni, ntfs_inode *ni,
|
||||
int ntfs_index_remove(ntfs_inode *dir_ni,
|
||||
ntfs_inode *ni __attribute__((unused)),
|
||||
const void *key, const int keylen)
|
||||
{
|
||||
int ret = STATUS_ERROR;
|
||||
|
|
Loading…
Reference in New Issue