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:
@@ -815,7 +815,7 @@ void animateResize(WScreen *scr, int x, int y, int w, int h, int fx, int fy, int
|
||||
}
|
||||
#endif /* ANIMATIONS */
|
||||
|
||||
static void flushExpose()
|
||||
static void flushExpose(void)
|
||||
{
|
||||
XEvent tmpev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user