]> git.sesse.net Git - vlc/commitdiff
WinVLC: kill "was used with no prototype before its definition"
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Aug 2009 09:08:45 +0000 (11:08 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Aug 2009 09:18:13 +0000 (11:18 +0200)
bin/winvlc.c

index 7b144c8ae2eb29caabacf694022659a71ab53cc7..0c2543c4174f1937bec2c79c2a64d8ef64b89c21 100644 (file)
@@ -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