option: fix warnings with -Wswitch-default
This commit is contained in:
@@ -604,6 +604,9 @@ load_access_technologies_step (GTask *task)
|
|||||||
g_task_return_int (task, ctx->access_technology);
|
g_task_return_int (task, ctx->access_technology);
|
||||||
g_object_unref (task);
|
g_object_unref (task);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user