mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 14:54:13 +01:00
eliminated gcc-4 compilation warnings
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
#include <X11/Xproto.h>
|
||||
#include <WMaker.h>
|
||||
|
||||
static unsigned char bits[] = {
|
||||
static char bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
||||
|
||||
static unsigned char mbits[] = {
|
||||
static char mbits[] = {
|
||||
0xff, 0x03, 0xff, 0x01, 0xff, 0x00, 0x7f, 0x00, 0x3f, 0x00, 0x1f, 0x00,
|
||||
0x0f, 0x00, 0x07, 0x00, 0x03, 0x00, 0x01, 0x00};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user