]> git.sesse.net Git - vlc/commitdiff
Kill a warning on windows.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:13:33 +0000 (17:13 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:13:33 +0000 (17:13 -0700)
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 )