1
1

src/file.c: Fixed warning on unused parameter on non-vfs build

Этот коммит содержится в:
Enrico Weigelt, metux IT service 2009-12-29 06:47:53 +01:00 коммит произвёл Slava Zanko
родитель 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);
#endif /* USE_VFS */
(void) path;
while (lp) {
#ifdef USE_VFS
if (lp->vfs == vfs)