eina: fix build without Xattr.

SVN revision: 66864
This commit is contained in:
Cedric BAIL 2012-01-04 09:41:15 +00:00
parent 1dec455b38
commit 682ebd0f02
1 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ eina_xattr_value_fd_ls(int fd)
return &it->iterator;
#else
return NULL;
(void)file;
(void)fd;
#endif
}
@ -246,7 +246,7 @@ eina_xattr_fd_ls(int fd)
return &it->iterator;
#else
return NULL;
(void)file;
(void)fd;
#endif
}