De-inline non-trivial, non-performance-critical functions
Functions that should stay inlined should have an explanation attached to them. git-svn-id: https://svn.musicpd.org/mpd/trunk@4355 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -283,7 +283,7 @@ fail:
|
||||
return -1;
|
||||
}
|
||||
|
||||
inline static int alsa_errorRecovery(AlsaData * ad, int err) {
|
||||
static int alsa_errorRecovery(AlsaData * ad, int err) {
|
||||
if(err == -EPIPE) {
|
||||
DEBUG("Underrun on alsa device \"%s\"\n", ad->device);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user