option: fix warnings with -Wswitch-default

This commit is contained in:
Aleksander Morgado
2020-01-30 18:31:44 +01:00
parent b8a8b772b4
commit 2fd6d401f5

View File

@@ -604,6 +604,9 @@ load_access_technologies_step (GTask *task)
g_task_return_int (task, ctx->access_technology);
g_object_unref (task);
break;
default:
g_assert_not_reached ();
}
}