[vlmc-devel] commit: winvlmc: Warning bling fix. ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Fri Sep 17 15:19:33 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri Sep 17 15:06:39 2010 +0200| [1d4aa16a9f837d14ea0ff80e1b94b740abc93443] | committer: Hugo Beauzée-Luyssen
winvlmc: Warning bling fix.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=1d4aa16a9f837d14ea0ff80e1b94b740abc93443
---
src/Main/winvlmc.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Main/winvlmc.cpp b/src/Main/winvlmc.cpp
index 9f914bd..ddd08f2 100644
--- a/src/Main/winvlmc.cpp
+++ b/src/Main/winvlmc.cpp
@@ -24,7 +24,7 @@
int VLMCmain( int, char** );
-LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *lpExceptionInfo)
+LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *)
{
if(IsDebuggerPresent())
{
More information about the Vlmc-devel
mailing list