Patch #2295 2007-12-21 18:09
jenslody
get rid of "app.xpm" warnings when compiling on linux- Download
- 2295-get_rid_of_app.patch (311 bytes)
--- codeblocks-1.0svn.orig/src/src/resources/icons/app.xpm 2007-11-07 16:43:45.000000000 +0000
+++ codeblocks-1.0svn.work/src/src/resources/icons/app.xpm 2007-11-26 08:31:51.000000000 +0000
@@ -1,5 +1,5 @@
/* XPM */
-static char *app[]={
+static const char *app[]={
"32 32 11 1",
"# c None",
"f c #000083",
History
jenslody 2007-12-21 18:10
patch to get rid of warnings about deprecated conversion
killerbot 2008-02-11 20:22
fixed due to a much bigger warning removal effort