Skip to content

lib: Quiet compile time warnings

Bastien Nocera requested to merge wip/hadess/add-bt-type into master
gnome-bluetooth/lib/bluetooth-utils.c: In function ‘bluetooth_type_to_string’:
gnome-bluetooth/lib/bluetooth-utils.c:57:9: warning: enumeration value ‘BLUETOOTH_TYPE_ANY’ not handled in switch [-Wswitch]
   57 |         switch (type) {
      |         ^~~~~~
gnome-bluetooth/lib/bluetooth-utils.c:57:9: warning: enumeration value ‘BLUETOOTH_TYPE_SPEAKERS’ not handled in switch [-Wswitch]

Merge request reports