diff options
Diffstat (limited to 'src/sound.cpp')
-rw-r--r-- | src/sound.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound.cpp b/src/sound.cpp index f29e474..c3aa4d4 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -309,6 +309,7 @@ static void pa_state_cb(pa_context *c, void *userdata) { } static void pa_sourcelist_cb(pa_context *ctx, const pa_source_info *source_info, int eol, void *userdata) { + (void)ctx; if(eol > 0) return; |