]> granicus.if.org Git - nethack/commitdiff
more lint (trunk only)
authornethack.allison <nethack.allison>
Sat, 16 Jan 2010 16:38:35 +0000 (16:38 +0000)
committernethack.allison <nethack.allison>
Sat, 16 Jan 2010 16:38:35 +0000 (16:38 +0000)
..\src\windows.c(329) : 'boolean (__cdecl *)()' differs in parameter lists from 'boolean (__cdecl *)(void)'

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

src/windows.c

index 03f2db51ad57fe842d0e607e015474c5e11ca0e5..6a764828856028ec02d07fe91f2a90aca8e41300 100644 (file)
@@ -89,12 +89,12 @@ struct win_choices {
 };
 
 boolean
-genl_can_suspend_no(){
+genl_can_suspend_no(VOID_ARGS){
     return FALSE;
 }
 
 boolean
-genl_can_suspend_yes(){
+genl_can_suspend_yes(VOID_ARGS){
     return TRUE;
 }