prepare (1/3):
finished
make (2/3):
g++ -O2 -c main.cpp
main.cpp:13:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
char* const short_options="i:v";
^~~~~
In file included from main.cpp:8:0:
unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = cell; COMP = compare_t]':
main.cpp:267:1: required from here
unsorted_heap.h:89:10: warning: reference to local variable 'out' returned [-Wreturn-local-addr]
TYPE out=min;
^~~
g++ -O2 -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully