/in/p2.cpp: In function 'opaque_list* filter(list_t, bool (*)(int))':
/in/p2.cpp:147:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/in/p2.cpp: In function 'bool tree_hasIncreasingPath(tree_t)':
/in/p2.cpp:258:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/in/p2.cpp: In function 'bool tree_hasDecreasingPath(tree_t)':
/in/p2.cpp:281: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:327:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^