mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
Address some sparse warnings
Plain integer as NULL pointer, non-ANSI function declaration etc.
This commit is contained in:
@@ -63,7 +63,7 @@ extern void ProcessPendingEvents();
|
||||
static WMPropList *dWorkspaces = NULL;
|
||||
static WMPropList *dClip, *dName;
|
||||
|
||||
static void make_keys()
|
||||
static void make_keys(void)
|
||||
{
|
||||
if (dWorkspaces != NULL)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user