diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-05-17 18:49:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-05-17 18:49:16 +0200 |
commit | 6cff1a49d2b124266f8da41065c471d80cdd32e2 (patch) | |
tree | ff15da38af695c0bb149165db201765e0f4fc050 /src/sound.cpp | |
parent | 715a3c612a606465ee5526efe53029741ee4c7f9 (diff) |
Fix all warnings
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; |