aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-05 00:33:21 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-05 00:33:21 +0000
commitdeb0feb3438fc9177494e75e2186524effa12773 (patch)
tree3cd0601218ecb836d4f236ff630f27a7cf1a31c8 /image
parentee7e52811710305f6d0fcd5b7435a074f2dbcc62 (diff)
Make xpm strings const to squelch compiler warnings on Unix.
svn path=/trunk/; revision=24779
Diffstat (limited to 'image')
-rw-r--r--image/expert_chat.xpm2
-rw-r--r--image/expert_error.xpm2
-rw-r--r--image/expert_none.xpm2
-rw-r--r--image/expert_note.xpm2
-rw-r--r--image/expert_warn.xpm2
5 files changed, 5 insertions, 5 deletions
diff --git a/image/expert_chat.xpm b/image/expert_chat.xpm
index cfacc2fe25..15180a18e6 100644
--- a/image/expert_chat.xpm
+++ b/image/expert_chat.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_chat_xpm[] = {
+static const char * expert_chat_xpm[] = {
"10 10 43 1",
" c None",
". c #383838",
diff --git a/image/expert_error.xpm b/image/expert_error.xpm
index 200790cb3f..7506d57340 100644
--- a/image/expert_error.xpm
+++ b/image/expert_error.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_error_xpm[] = {
+static const char * expert_error_xpm[] = {
"10 10 55 1",
" c None",
". c #000000",
diff --git a/image/expert_none.xpm b/image/expert_none.xpm
index 0127bf7b55..6668bf5e28 100644
--- a/image/expert_none.xpm
+++ b/image/expert_none.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_none_xpm[] = {
+static const char * expert_none_xpm[] = {
"10 10 3 1",
" c None",
". c #000000",
diff --git a/image/expert_note.xpm b/image/expert_note.xpm
index 262a3596fa..dcd2494bf7 100644
--- a/image/expert_note.xpm
+++ b/image/expert_note.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_note_xpm[] = {
+static const char * expert_note_xpm[] = {
"10 10 55 1",
" c None",
". c #000000",
diff --git a/image/expert_warn.xpm b/image/expert_warn.xpm
index 8c447f6ba1..6ea86831fb 100644
--- a/image/expert_warn.xpm
+++ b/image/expert_warn.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * expert_warn_xpm[] = {
+static const char * expert_warn_xpm[] = {
"10 10 55 1",
" c None",
". c #000000",