mpd/src/audioOutputs
J. Alexander Treuman 93e68adc79 After changing ERROR();exit() to FATAL(), gcc incorrectly detects some
uninitialized variables and non-returning functions that return.  Let's
tell it to stfu.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6277 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-26 18:20:53 +00:00
..
audioOutput_alsa.c Don't allow "true" as a value for use_mmap for consistency with other "yes 2007-04-09 13:05:50 +00:00
audioOutput_ao.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
audioOutput_jack.c Changing some DEBUG/ERROR/FATAL messages in the JACK plugin. 2007-05-23 12:24:12 +00:00
audioOutput_mvp.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_oss.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
audioOutput_osx.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_pulse.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_shout.c After changing ERROR();exit() to FATAL(), gcc incorrectly detects some 2007-05-26 18:20:53 +00:00