mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
Avoid more gcc warnings
WUtil.h:212: warning: function declaration isn’t a prototype WUtil.h:259: warning: function declaration isn’t a prototype WUtil.h:300: warning: function declaration isn’t a prototype WINGsP.h:593: warning: function declaration isn’t a prototype WINGsP.h:599: warning: function declaration isn’t a prototype WINGs.h:616: warning: function declaration isn’t a prototype raster.c:295: warning: no previous prototype for ‘calculateCombineArea’
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <X11/Xlocale.h>
|
||||
|
||||
#include "WINGsP.h"
|
||||
|
||||
#include "wconfig.h"
|
||||
|
||||
#include "X11/Xlocale.h"
|
||||
|
||||
extern void W_InitNotificationCenter(void);
|
||||
|
||||
struct W_Application WMApplication;
|
||||
|
||||
Reference in New Issue
Block a user