Opened 16 years ago
Last modified 14 years ago
#692 reopened Defect
xpm icons cause lots of compiler warnings
Reported by: | Nicolas | Owned by: | romw |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Manager | Version: | |
Keywords: | Cc: |
Description
The .xpm images used for the GUI cause lots of compiler warnings about "conversion from string literal to char*". They should be modified to use const char*
instead.
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Update: it doesn't. gimp failed to read them because I had removed the /* XPM */ from the first line. Making the arrays const doesn't cause any problem.
comment:4 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Actually, r18151 fixed like half the files. The rest still give warnings.
Fixing this apparently makes gimp fail to read the .xpm files :/