[vlc-devel] commit: WinVLC: kill "was used with no prototype before its definition" ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Aug 22 11:18:27 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 22 11:08:45 2009 +0200| [9689d87dbdeace9b146ee809fa34b599362541a4] | committer: Jean-Baptiste Kempf 

WinVLC: kill "was used with no prototype before its definition"

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9689d87dbdeace9b146ee809fa34b599362541a4
---

 bin/winvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/winvlc.c b/bin/winvlc.c
index 7b144c8..0c2543c 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -43,7 +43,7 @@
 #   include <tlhelp32.h>
 #   include <wininet.h>
 # ifndef _WIN64
-static void check_crashdump();
+static void check_crashdump(void);
 LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *lpExceptionInfo);
 # endif
 #endif




More information about the vlc-devel mailing list