* lib/gl_avltree_list.c (gl_avltree_list_check_invariants): Remove
'const' attribute.
+2019-09-29 Bruno Haible <bruno@clisp.org>
+
+ avltree-list: Fix compilation warning (introduced on 2014-09-16).
+ * lib/gl_avltree_list.c (gl_avltree_list_check_invariants): Remove
+ 'const' attribute.
+
2019-09-29 Bruno Haible <bruno@clisp.org>
fbufmode: Fix compilation error on glibc >= 2.28 systems.
return 1 + (left_height > right_height ? left_height : right_height);
}
-void _GL_ATTRIBUTE_CONST
+void
gl_avltree_list_check_invariants (gl_list_t list)
{
if (list->root != NULL)