mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
Address some sparse warnings
Plain integer as NULL pointer, non-ANSI function declaration etc.
This commit is contained in:
@@ -104,7 +104,7 @@ static WMPropList *sShortcutMask;
|
||||
static WMPropList *sDock;
|
||||
static WMPropList *sYes, *sNo;
|
||||
|
||||
static void make_keys()
|
||||
static void make_keys(void)
|
||||
{
|
||||
if (sApplications != NULL)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user