From 9689d87dbdeace9b146ee809fa34b599362541a4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 22 Aug 2009 11:08:45 +0200 Subject: [PATCH] WinVLC: kill "was used with no prototype before its definition" --- bin/winvlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winvlc.c b/bin/winvlc.c index 7b144c8ae2..0c2543c417 100644 --- a/bin/winvlc.c +++ b/bin/winvlc.c @@ -43,7 +43,7 @@ # include # include # ifndef _WIN64 -static void check_crashdump(); +static void check_crashdump(void); LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *lpExceptionInfo); # endif #endif -- 2.39.2