[vlc-devel] commit: Fix warning ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Jul 23 17:07:42 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 23 18:05:08 2009 +0300| [7dee04f5512e374e542d0c24e27aa1d631e50b2e] | committer: Rémi Denis-Courmont 

Fix warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7dee04f5512e374e542d0c24e27aa1d631e50b2e
---

 modules/access/file.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/access/file.c b/modules/access/file.c
index 5e96bf5..59d0987 100644
--- a/modules/access/file.c
+++ b/modules/access/file.c
@@ -157,6 +157,7 @@ static bool IsRemote (int fd)
 
 #endif
 #else /* !HAVE_FSTATFS */
+    (void)fd;
     return false;
 
 #endif




More information about the vlc-devel mailing list