diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 802900f5bc..5cd8ca0f1c 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -12192,7 +12192,7 @@ _set_state_full (NMDevice *self, _notify (self, PROP_STATE); _notify (self, PROP_STATE_REASON); - g_signal_emit (self, signals[STATE_CHANGED], 0, state, old_state, reason); + g_signal_emit (self, signals[STATE_CHANGED], 0, (guint) state, (guint) old_state, (guint) reason); /* Post-process the event after internal notification */