--- a/libpurple/tests/test_protocol_attention.c Thu Jan 25 22:58:24 2018 -0600 +++ b/libpurple/tests/test_protocol_attention.c Thu Feb 01 23:39:11 2018 -0600 @@ -117,7 +117,7 @@ types = purple_protocol_attention_get_types(PURPLE_PROTOCOL_ATTENTION(attn), a); g_assert_true(g_list_length(types) == 1); - // take the first item and cast it into type + /* take the first item and cast it into type */ type = (PurpleAttentionType *)(types->data); g_assert(type);