Commit 457acd2c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: kill a warning

parent b75b7b80
...@@ -238,6 +238,7 @@ static bool has_inode_loop (const directory_t *dir) ...@@ -238,6 +238,7 @@ static bool has_inode_loop (const directory_t *dir)
if ((dir->st.st_dev == dev) && (dir->st.st_ino == inode)) if ((dir->st.st_dev == dev) && (dir->st.st_ino == inode))
return true; return true;
#else #else
# undef fstat
# define fstat( fd, st ) (0) # define fstat( fd, st ) (0)
VLC_UNUSED( dir ); VLC_UNUSED( dir );
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment