mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
module-stream-restore: Silence compiler warnings when dbus is disabled
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
f4a8d43882
commit
14722a907b
1 changed files with 5 additions and 0 deletions
|
|
@ -1415,6 +1415,11 @@ static void subscribe_callback(pa_core *c, pa_subscription_event_type_t t, uint3
|
||||||
if (mute_updated)
|
if (mute_updated)
|
||||||
send_mute_updated_signal(de, entry);
|
send_mute_updated_signal(de, entry);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
/* Silence compiler warnings */
|
||||||
|
(void) device_updated;
|
||||||
|
(void) volume_updated;
|
||||||
|
(void) mute_updated;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
entry_free(entry);
|
entry_free(entry);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue