/in/p2.cpp: In function 'opaque_list* chop(list_t, unsigned int)':
/in/p2.cpp:109:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (size(list) == n) return list_make();
~~~~~~~~~~~^~~~
/in/p2.cpp: In function 'bool tree_hasIncreasingPath(tree_t)':
/in/p2.cpp:189:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/in/p2.cpp: In function 'bool tree_hasDecreasingPath(tree_t)':
/in/p2.cpp:214:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^