4dd9d4b2fd
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. |
||
---|---|---|
.. | ||
_flac_common.c | ||
_flac_common.h | ||
_ogg_common.c | ||
_ogg_common.h | ||
aac_plugin.c | ||
audiofile_plugin.c | ||
flac_plugin.c | ||
mod_plugin.c | ||
mp3_plugin.c | ||
mp4_plugin.c | ||
mpc_plugin.c | ||
oggflac_plugin.c | ||
oggvorbis_plugin.c | ||
wavpack_plugin.c |