mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Address some sparse warnings
Plain integer as NULL pointer, non-ANSI function declaration etc.
This commit is contained in:
@@ -301,7 +301,7 @@ static RETSIGTYPE buryChild(int foo)
|
||||
errno = save_errno;
|
||||
}
|
||||
|
||||
static void getOffendingModifiers()
|
||||
static void getOffendingModifiers(void)
|
||||
{
|
||||
int i;
|
||||
XModifierKeymap *modmap;
|
||||
|
||||
Reference in New Issue
Block a user