mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 08:20:40 -05:00
mixer-control: fix -Wsign-compare warning
Stream id property in GvcMixerUIDevice is unsigned int.
This commit is contained in:
parent
90d6ddb7d1
commit
943998bc62
@ -1234,7 +1234,7 @@ match_stream_with_devices (GvcMixerControl *control,
|
||||
|
||||
for (d = devices; d != NULL; d = d->next) {
|
||||
GvcMixerUIDevice *device;
|
||||
gint device_stream_id;
|
||||
guint device_stream_id;
|
||||
gchar *device_port_name;
|
||||
gchar *origin;
|
||||
gchar *description;
|
||||
|
Loading…
Reference in New Issue
Block a user