fix warning

This commit is contained in:
lsv 2024-02-05 09:13:11 +05:00 committed by lsv
parent c75280a8de
commit f8b017ad45
10 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/* XPM */
static char *error_xpm[] = {
static const char *const error_xpm[] = {
"16 16 5 1 0 0",
" c #000000",
"! c #FF0000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *errorl_xpm[] = {
static const char *const errorl_xpm[] = {
"16 16 5 1 0 0",
" c #000000",
"! c #FF0000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *fatal_xpm[] = {
static const char *const fatal_xpm[] = {
"16 16 6 1 0 0",
" c #000000",
"! c #FF0000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *filter_xpm[] = {
static const char *const filter_xpm[] = {
"16 16 14 1 0 0",
" c #000000",
"! c #151515",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *log_red_xpm[] = {
static const char *const log_red_xpm[] = {
"16 16 7 1 0 0",
" c #000000",
"! c #FF0000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *log_xpm[] = {
static const char *const log_xpm[] = {
"16 16 6 1 0 0",
" c #000000",
"! c #2B2B2B",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *panic_xpm[] = {
static const char *const panic_xpm[] = {
"16 16 6 1 0 0",
" c #000000",
"! c #FF0000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *user_xpm[] = {
static const char *const user_xpm[] = {
"16 16 3 1 0 0",
" c #000000",
"! c #3F28D9",

View file

@ -1,5 +1,5 @@
/* XPM */
static char *war_xpm[] = {
static const char *const war_xpm[] = {
"16 16 3 1 0 0",
" c #000000",
"! c #C0C0C0",

View file

@ -1,5 +1,5 @@
/* XPM */
static const char *wx_small_xpm[] = {
static const char *const wx_small_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 6 1",
". c Black",