dockapps/wmcdplay/XPM
Doug Torrance 7959aa4cda wmcdplay: Fix -Wwrite-string compiler warnings.
Previously, compiling wmcdplay caused a large number of warnings of the form
"deprecated conversion from string constant to ‘char*’".  This was fixed by
changing "char *" declarations to "const char *", especially in the .xpm files,
and using "const_cast" as needed when an external library expected a non-const.
2014-12-18 18:43:10 +00:00
..
bluered wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
grey wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
newstyle wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
wmcd wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
makeart wmcdplay: Add version 1.0beta1 to repository. 2014-12-18 18:42:20 +00:00
tile.xpm wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00