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)'
This commit is contained in:
nhmall
2018-09-01 15:07:19 -04:00
parent d32347aae3
commit b77f559d58

View File

@@ -2545,7 +2545,7 @@ pickup_checks()
/* the ',' command */
int
dopickup()
dopickup(VOID_ARGS)
{
int count, tmpcount, ret;