diff options
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r-- | src/mm-plugin-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c index 5a241793..950af441 100644 --- a/src/mm-plugin-manager.c +++ b/src/mm-plugin-manager.c @@ -495,6 +495,8 @@ plugin_supports_port_ready (MMPlugin *plugin, case MM_PLUGIN_SUPPORTS_PORT_DEFER_UNTIL_SUGGESTED: port_context_defer_until_suggested (port_context, plugin); break; + default: + g_assert_not_reached (); } /* We received a full reference, to make sure the context was always |