[vlc-commits] Win32: kill warning
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 24 17:51:25 CET 2012
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 24 17:51:08 2012 +0100| [a3f4814bd9e2cacc662fbb76b027cf51a51e6f50] | committer: Jean-Baptiste Kempf
Win32: kill warning
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=a3f4814bd9e2cacc662fbb76b027cf51a51e6f50
---
npapi/vlcplugin_win.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/npapi/vlcplugin_win.cpp b/npapi/vlcplugin_win.cpp
index e912ab9..4866a1c 100644
--- a/npapi/vlcplugin_win.cpp
+++ b/npapi/vlcplugin_win.cpp
@@ -38,6 +38,7 @@ HMODULE DllGetModule()
extern "C"
BOOL WINAPI DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved )
{
+ (void)lpReserved;
switch( fdwReason )
{
case DLL_PROCESS_ATTACH:
More information about the vlc-commits
mailing list