Make xpm strings const to squelch compiler warnings on Unix.
authorStephen Fisher <steve@stephen-fisher.com>
Sat, 5 Apr 2008 00:33:21 +0000 (00:33 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Sat, 5 Apr 2008 00:33:21 +0000 (00:33 -0000)
svn path=/trunk/; revision=24779

image/expert_chat.xpm
image/expert_error.xpm
image/expert_none.xpm
image/expert_note.xpm
image/expert_warn.xpm

index cfacc2fe25052d4b295fcf7e1956c2172f4e442a..15180a18e698543282484408d91bf66e15995335 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * expert_chat_xpm[] = {\r
+static const char * expert_chat_xpm[] = {\r
 "10 10 43 1",\r
 "      c None",\r
 ".     c #383838",\r
index 200790cb3f859bd5c3700f2b5f445625e383bcc2..7506d57340b546950c796a8674a86f3d472831f5 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * expert_error_xpm[] = {\r
+static const char * expert_error_xpm[] = {\r
 "10 10 55 1",\r
 "      c None",\r
 ".     c #000000",\r
index 0127bf7b55cec1d539eb4911e3b7ef195b41b55c..6668bf5e28da2a532baf54c3a5eb98119ddb5396 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * expert_none_xpm[] = {\r
+static const char * expert_none_xpm[] = {\r
 "10 10 3 1",\r
 "      c None",\r
 ".     c #000000",\r
index 262a3596fac6ce6894542bea543e8709b5a77ec1..dcd2494bf7c754ee880e2268ed621854ce805183 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * expert_note_xpm[] = {\r
+static const char * expert_note_xpm[] = {\r
 "10 10 55 1",\r
 "      c None",\r
 ".     c #000000",\r
index 8c447f6ba146c19fb952ddc6b882066c99b1c8dc..6ea86831fba96afe60861d3539e18ea2107e370c 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * expert_warn_xpm[] = {\r
+static const char * expert_warn_xpm[] = {\r
 "10 10 55 1",\r
 "      c None",\r
 ".     c #000000",\r