sierra: fix warnings with -Wswitch-default
This commit is contained in:
@@ -434,6 +434,9 @@ dial_3gpp_context_step (GTask *task)
|
|||||||
g_object_unref);
|
g_object_unref);
|
||||||
g_object_unref (task);
|
g_object_unref (task);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
default:
|
||||||
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1446,10 +1446,11 @@ cdma_automatic_activation_step (GTask *task)
|
|||||||
g_task_return_boolean (task, TRUE);
|
g_task_return_boolean (task, TRUE);
|
||||||
g_object_unref (task);
|
g_object_unref (task);
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
modem_cdma_activate (MMIfaceModemCdma *self,
|
modem_cdma_activate (MMIfaceModemCdma *self,
|
||||||
@@ -1601,10 +1602,11 @@ cdma_manual_activation_step (GTask *task)
|
|||||||
g_task_return_boolean (task, TRUE);
|
g_task_return_boolean (task, TRUE);
|
||||||
g_object_unref (task);
|
g_object_unref (task);
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
modem_cdma_activate_manual (MMIfaceModemCdma *self,
|
modem_cdma_activate_manual (MMIfaceModemCdma *self,
|
||||||
|
Reference in New Issue
Block a user