/in/p2.cpp: In function 'opaque_list* chop_helper(list_t, unsigned int, int)':
/in/p2.cpp:156:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ((ol - size(list)) == n) { return list; }
~~~~~~~~~~~~~~~~~~^~~~
/in/p2.cpp: In function 'bool memberOf(list_t, int)':
/in/p2.cpp:19:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/in/p2.cpp: In function 'opaque_tree* insert_tree(int, tree_t)':
/in/p2.cpp:304:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^