[vlc-devel] commit: Kill a warning on windows. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 15 02:46:36 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 17:13:33 2008 -0700| [ba06700b854653f4c1af9175aefcb92796d8fd2e]
Kill a warning on windows.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba06700b854653f4c1af9175aefcb92796d8fd2e
---
modules/access/smb.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/access/smb.c b/modules/access/smb.c
index 1d60628..9f95a91 100644
--- a/modules/access/smb.c
+++ b/modules/access/smb.c
@@ -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 )
More information about the vlc-devel
mailing list