Fix warning

This commit is contained in:
Rémi Denis-Courmont 2009-07-23 18:05:08 +03:00
parent 8a19ea4f04
commit 7dee04f551
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ static bool IsRemote (int fd)
#endif
#else /* !HAVE_FSTATFS */
(void)fd;
return false;
#endif