As described in coding style M10. --- unit/test-uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unit/test-uuid.c b/unit/test-uuid.c index 6c7e9d0..49ea031 100644 --- a/unit/test-uuid.c +++ b/unit/test-uuid.c @@ -115,6 +115,7 @@ static void test_uuid(gconstpointer data) */ g_assert(memcmp(&uuid.value.u128, test_data->binary, 16) == 0); break; + case BT_UUID_UNSPEC: default: return; } -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html