mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 22:25:48 +01:00
eliminated gcc-4 compilation warnings
This commit is contained in:
@@ -207,7 +207,7 @@ output(char *ptr, int len)
|
||||
|
||||
#define STIPPLE_WIDTH 8
|
||||
#define STIPPLE_HEIGHT 8
|
||||
static unsigned char STIPPLE_BITS[] = {
|
||||
static char STIPPLE_BITS[] = {
|
||||
0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user