mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
make gcc shut up
This commit is contained in:
parent
afbfd5d937
commit
72f520f93c
3 changed files with 5 additions and 3 deletions
|
|
@ -439,7 +439,7 @@ static void setup_complete_callback(pa_pdispatch *pd, uint32_t command, uint32_t
|
|||
switch(c->state) {
|
||||
case PA_CONTEXT_AUTHORIZING: {
|
||||
pa_tagstruct *reply;
|
||||
pa_bool_t shm_on_remote;
|
||||
pa_bool_t shm_on_remote = FALSE;
|
||||
|
||||
if (pa_tagstruct_getu32(t, &c->version) < 0 ||
|
||||
!pa_tagstruct_eof(t)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue