mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
All compiler warnings were caused by a conversion from "foo" to a char pointer. Given that the string itself really is constant, simply add the keyword to make g++ happy. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
30 lines
484 B
C
30 lines
484 B
C
/* XPM */
|
|
char const * b_card3_xpm[] = {
|
|
"13 13 14 1",
|
|
" c None",
|
|
". c #8D8F0F",
|
|
"+ c #88870F",
|
|
"@ c #82800E",
|
|
"# c #EBE813",
|
|
"$ c #D3D112",
|
|
"% c #AAA70F",
|
|
"& c #F5F35F",
|
|
"* c #F2EF36",
|
|
"= c #3C3533",
|
|
"- c #75730E",
|
|
"; c #4D4D0B",
|
|
"> c #40410B",
|
|
", c #35340A",
|
|
".+@@@@@@@@@+#",
|
|
"$$$$$$$$$$$$@",
|
|
"%$&**===***-;",
|
|
"%$$$=$$$=$$-;",
|
|
"%$$$$$$$=$$-;",
|
|
"%$$$$$==$$$@;",
|
|
"%$*$$$$$=$$@;",
|
|
"%$$$$$$$=$$-;",
|
|
"%%$$=$$$=$$@;",
|
|
"%$*$$===$$$-;",
|
|
"%$%$$$$$$$%@;",
|
|
"%-;;>>>>>>;>;",
|
|
";,,,,,,,,,,,,"};
|