mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 13:35:53 +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 @@ int wMessageDialog(WScreen * scr, char *title, char *message, char *defBtn, char
|
||||
return result;
|
||||
}
|
||||
|
||||
void toggleSaveSession(WMWidget * w, void *data)
|
||||
static void toggleSaveSession(WMWidget *w, void *data)
|
||||
{
|
||||
wPreferences.save_session_on_exit = WMGetButtonSelected((WMButton *) w);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user