]> git.sesse.net Git - vlc/commitdiff
Fix directory compilation on Win32
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Aug 2009 21:19:41 +0000 (23:19 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 Aug 2009 21:19:41 +0000 (23:19 +0200)
modules/access/directory.c

index f55b841ce16fa37dbcf442c8eb95482f4a547baf..73f65dbafe76ae6f2054ddcabacd3a831a5427e9 100644 (file)
@@ -239,6 +239,7 @@ static bool has_inode_loop (const directory_t *dir)
             return true;
 #else
 # define fstat( fd, st ) (0)
+    VLC_UNUSED( dir );
 #endif
     return false;
 }