diff --git a/src/devices/nm-lldp-listener.c b/src/devices/nm-lldp-listener.c index c8751f2ca6..e5b1ee52e1 100644 --- a/src/devices/nm-lldp-listener.c +++ b/src/devices/nm-lldp-listener.c @@ -813,7 +813,7 @@ lldp_neighbor_to_variant (LldpNeighbor *neigh) g_variant_builder_end (&builder2)); break; } - default: + case LLDP_ATTR_TYPE_NONE: break; } }