dockapps/wmcdplay/XPM/grey
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
..
artwork.dat wmcdplay: Add version 1.0beta1 to repository. 2014-12-18 18:42:20 +00:00
cdplayer.xpm wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
led.xpm wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
ledsym.xpm wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
ledtsel.xpm wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00
symbols.xpm wmcdplay: Fix -Wwrite-string compiler warnings. 2014-12-18 18:43:10 +00:00