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
|
|
@ -490,7 +490,7 @@ static void dump_database(struct userdata *u) {
|
|||
static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connection *c, uint32_t tag, pa_tagstruct *t) {
|
||||
struct userdata *u;
|
||||
uint32_t command;
|
||||
pa_tagstruct *reply;
|
||||
pa_tagstruct *reply = NULL;
|
||||
|
||||
pa_assert(p);
|
||||
pa_assert(m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue