/in/p2.cpp: In function 'opaque_list* insert(list_t, list_t, unsigned int, list_t)':
/in/p2.cpp:77:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if(siz!=n)
~~~^~~
/in/p2.cpp:82:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
else if(siz==n)
~~~^~~
/in/p2.cpp:87:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/in/p2.cpp: In function 'opaque_list* ch(list_t, unsigned int, unsigned int)':
/in/p2.cpp:112: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:184:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^