From: Jean-Baptiste Kempf Date: Sat, 22 Aug 2009 09:08:45 +0000 (+0200) Subject: WinVLC: kill "was used with no prototype before its definition" X-Git-Tag: 1.1.0-ff~4024 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=9689d87dbdeace9b146ee809fa34b599362541a4 WinVLC: kill "was used with no prototype before its definition" --- 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