Skip to content

Ignore the return value of g_string_append()

Callng “x = g_string_append (x, y)” is equivalent to “g_string_append (x, y)".

Merge request reports