Re: list: fix GCC warnings

2020-05-31 Thread Akim Demaille
> Le 31 mai 2020 à 11:28, Bruno Haible a écrit : > > Hi Akim, > > Thanks for caring about these warnings. Sure! >>* lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Avoid using >>the same variable name in nested scopes. > > 'p' is a poor variable name here. Please, can use you

Re: list: fix GCC warnings

2020-05-31 Thread Bruno Haible
Hi Akim, Thanks for caring about these warnings. > * lib/gl_anytree_list2.h (gl_tree_iterator_free) > (gl_tree_next_node, gl_tree_node_nx_set_value) > (gl_tree_previous_node, gl_tree_next_node): > Mark unused arguments. > * lib/gl_anytree_oset.h (gl_tree_iterator_free): Likewi