]> git.sesse.net Git - vlc/commitdiff
Fix warning
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 23 Jul 2009 15:05:08 +0000 (18:05 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 23 Jul 2009 15:05:08 +0000 (18:05 +0300)
modules/access/file.c

index 5e96bf547629bc929a031bc8470e7674a93da9f3..59d09872978bdd9877ccb47753bcf1f73e611bd7 100644 (file)
@@ -157,6 +157,7 @@ static bool IsRemote (int fd)
 
 #endif
 #else /* !HAVE_FSTATFS */
+    (void)fd;
     return false;
 
 #endif