]> git.sesse.net Git - vlc/blobdiff - modules/access/smb.c
Kill a warning on windows.
[vlc] / modules / access / smb.c
index 1d60628970a603ba022b4eb147702a075659fc63..9f95a9150afaa95fdccac6d446b9cd2278848241 100644 (file)
@@ -444,7 +444,8 @@ static void Win32AddConnection( access_t *p_access, char *psz_path,
     char psz_remote[MAX_PATH], psz_server[MAX_PATH], psz_share[MAX_PATH];
     NETRESOURCE net_resource;
     DWORD i_result;
-    char *psz_parser;
+    char *ps_parser;
+    VLC_UNUSED( psz_domain );
 
     HINSTANCE hdll = LoadLibrary(_T("MPR.DLL"));
     if( !hdll )