mpd/src/inputPlugins
Max Kellermann 4dd9d4b2fd fix -Wcast-qual -Wwrite-strings warnings
The previous patch enabled these warnings.  In Eric's branch, they
were worked around with a generic deconst_ptr() function.  There are
several places where we can add "const" to pointers, and in others,
libraries want non-const strings.  In the latter, convert string
literals to "static char[]" variables - this takes the same space, and
seems safer than deconsting a string literal.
2008-09-07 19:14:39 +02:00
..
_flac_common.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
_flac_common.h tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item 2008-08-29 09:38:11 +02:00
_ogg_common.c added decoder_read() 2008-08-26 08:27:14 +02:00
_ogg_common.h moved InputPlugin to decoder_api.h 2008-08-26 08:27:06 +02:00
aac_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
audiofile_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
flac_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
mod_plugin.c fix -Wcast-qual -Wwrite-strings warnings 2008-09-07 19:14:39 +02:00
mp3_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
mp4_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
mpc_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
oggflac_plugin.c oggflac: fix GCC warnings 2008-08-29 15:03:09 +02:00
oggvorbis_plugin.c tag: renamed functions, no CamelCase 2008-08-29 09:38:21 +02:00
wavpack_plugin.c fix -Wcast-qual -Wwrite-strings warnings 2008-09-07 19:14:39 +02:00