From b77f559d58a43ab9c0a1a743ca0ea9ca58005964 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 1 Sep 2018 15:07:19 -0400 Subject: [PATCH] quiet a new visual studio compiler complaint from recent code change ..\src\hack.c(2553): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(void)' --- src/hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.c b/src/hack.c index 2eb45803b..cb92b93ad 100644 --- a/src/hack.c +++ b/src/hack.c @@ -2545,7 +2545,7 @@ pickup_checks() /* the ',' command */ int -dopickup() +dopickup(VOID_ARGS) { int count, tmpcount, ret;