From: John L. <jr...@us...> - 2007-10-12 02:47:59
|
Update of /cvsroot/wxlua/wxLua/art In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22524/wxLua/art Modified Files: copy.xpm cut.xpm help.xpm new.xpm open.xpm paste.xpm play.xpm save.xpm saveall.xpm stop.xpm wxlua.xpm wxlualarge.xpm wxlualogo.xpm wxluasmall.xpm Log Message: Fix warning for gcc 4.2.2 char* should be const char* Index: new.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/new.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** new.xpm 1 Jun 2005 05:10:00 -0000 1.1 --- new.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *new_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 3 1", --- 1,4 ---- /* XPM */ ! static const char *new_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 3 1", Index: paste.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/paste.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** paste.xpm 1 Jun 2005 05:10:00 -0000 1.1 --- paste.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *paste_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 6 1", --- 1,4 ---- /* XPM */ ! static const char *paste_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 6 1", Index: copy.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/copy.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copy.xpm 1 Jun 2005 05:09:59 -0000 1.1 --- copy.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *copy_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 4 1", --- 1,4 ---- /* XPM */ ! static const char *copy_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 4 1", Index: help.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/help.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help.xpm 1 Jun 2005 05:10:00 -0000 1.1 --- help.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *help_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 4 1", --- 1,4 ---- /* XPM */ ! static const char *help_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 4 1", Index: wxlua.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/wxlua.xpm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** wxlua.xpm 1 Jun 2005 00:01:41 -0000 1.1.1.1 --- wxlua.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char * LUA_xpm[] = { "16 16 248 2", " c None", --- 1,4 ---- /* XPM */ ! static const char * LUA_xpm[] = { "16 16 248 2", " c None", Index: cut.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/cut.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cut.xpm 1 Jun 2005 05:10:00 -0000 1.1 --- cut.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *cut_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 3 1", --- 1,4 ---- /* XPM */ ! static const char *cut_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 3 1", Index: wxluasmall.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/wxluasmall.xpm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxluasmall.xpm 24 Dec 2006 11:17:11 -0000 1.4 --- wxluasmall.xpm 12 Oct 2007 02:47:50 -0000 1.5 *************** *** 1,4 **** /* XPM */ ! static char * wxLuaSmall_xpm[] = { "179 70 936 2", " c None", --- 1,4 ---- /* XPM */ ! static const char * wxLuaSmall_xpm[] = { "179 70 936 2", " c None", Index: open.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/open.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** open.xpm 1 Jun 2005 05:10:00 -0000 1.1 --- open.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *open_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 5 1", --- 1,4 ---- /* XPM */ ! static const char *open_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 5 1", Index: saveall.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/saveall.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** saveall.xpm 7 Mar 2006 12:08:45 -0000 1.2 --- saveall.xpm 12 Oct 2007 02:47:50 -0000 1.3 *************** *** 1,4 **** /* XPM */ ! static char * saveall_xpm[] = { "16 15 4 1", " c None", --- 1,4 ---- /* XPM */ ! static const char * saveall_xpm[] = { "16 15 4 1", " c None", Index: play.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/play.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** play.xpm 24 Nov 2005 06:38:17 -0000 1.1 --- play.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *play_xpm[]={ "16 16 2 1", ". c None", --- 1,4 ---- /* XPM */ ! static const char *play_xpm[]={ "16 16 2 1", ". c None", Index: wxlualogo.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/wxlualogo.xpm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlualogo.xpm 24 Dec 2006 11:17:11 -0000 1.3 --- wxlualogo.xpm 12 Oct 2007 02:47:50 -0000 1.4 *************** *** 1,4 **** /* XPM */ ! static char * wxlualogo_xpm[] = { "24 24 172 2", " c None", --- 1,4 ---- /* XPM */ ! static const char * wxlualogo_xpm[] = { "24 24 172 2", " c None", Index: wxlualarge.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/wxlualarge.xpm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlualarge.xpm 24 Dec 2006 11:08:16 -0000 1.3 --- wxlualarge.xpm 12 Oct 2007 02:47:50 -0000 1.4 *************** *** 1,4 **** /* XPM */ ! static char *wxLuaLarge_xpm[] = { /* columns rows colors chars-per-pixel */ "371 145 257 2", --- 1,4 ---- /* XPM */ ! static const char *wxLuaLarge_xpm[] = { /* columns rows colors chars-per-pixel */ "371 145 257 2", Index: save.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/save.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** save.xpm 1 Jun 2005 05:10:00 -0000 1.1 --- save.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *save_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 4 1", --- 1,4 ---- /* XPM */ ! static const char *save_xpm[] = { /* columns rows colors chars-per-pixel */ "16 15 4 1", Index: stop.xpm =================================================================== RCS file: /cvsroot/wxlua/wxLua/art/stop.xpm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stop.xpm 24 Nov 2005 06:38:17 -0000 1.1 --- stop.xpm 12 Oct 2007 02:47:50 -0000 1.2 *************** *** 1,4 **** /* XPM */ ! static char *stop_xpm[]={ "16 16 3 1", ". c None", --- 1,4 ---- /* XPM */ ! static const char *stop_xpm[]={ "16 16 3 1", ". c None", |