mpd/src/inputPlugins
Eric Wong 5aca21a502 Several fixes uncovered with -pedantic
playerData.c:
proper error checking

directory.c:
properly check myFgets() for errors
(it returns NULL on error)

inputPlugins/mp3_plugin.c
get rid of commas at the end of enums

interface.c:
we weren't using long long, so strtoll isn't needed
get rid of void-pointer arithmetic

sllist.c:
get rid of void-pointer arithmetic

compress.c:
get rid of C++ comments, some compilers don't accept them

Note that I personally like void pointer arithmetic, but some
ancient compilers don't support them :(

git-svn-id: https://svn.musicpd.org/mpd/trunk@4510 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-01 04:18:41 +00:00
..
_flac_common.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
_flac_common.h Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
_ogg_common.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
_ogg_common.h Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
aac_plugin.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
audiofile_plugin.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
flac_plugin.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
mod_plugin.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
mp3_plugin.c Several fixes uncovered with -pedantic 2006-08-01 04:18:41 +00:00
mp4_plugin.c Now fix the mp4 plugin warnings to what they were before the dynamic linking 2006-07-30 09:13:01 +00:00
mpc_plugin.c Add mpd-indent.sh 2006-07-20 16:02:40 +00:00
oggflac_plugin.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00
oggvorbis_plugin.c Add mpd-indent.sh 2006-07-20 18:53:56 +00:00