src/file.c: Fixed warning on unused parameter on non-vfs build
Этот коммит содержится в:
родитель
bc0a91e931
Коммит
c40d1c09bd
@ -196,6 +196,8 @@ is_in_linklist (struct link *lp, const char *path, struct stat *sb)
|
|||||||
struct vfs_class *vfs = vfs_get_class (path);
|
struct vfs_class *vfs = vfs_get_class (path);
|
||||||
#endif /* USE_VFS */
|
#endif /* USE_VFS */
|
||||||
|
|
||||||
|
(void) path;
|
||||||
|
|
||||||
while (lp) {
|
while (lp) {
|
||||||
#ifdef USE_VFS
|
#ifdef USE_VFS
|
||||||
if (lp->vfs == vfs)
|
if (lp->vfs == vfs)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user