prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -o main.o -c main.cpp
In file included from main.cpp:7:0:
fib_heap.h: In member function 'TYPE fib_heap<TYPE, COMP>::dequeue_min() [with TYPE = point; COMP = compare]':
fib_heap.h:276:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
In file included from main.cpp:5:0:
binary_heap.h: In member function 'TYPE binary_heap<TYPE, COMP>::dequeue_min() [with TYPE = point; COMP = compare]':
binary_heap.h:127:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
main.cpp: In function 'int main(int, char**)':
main.cpp:158:12: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
delete ptr;
^~~
g++ -g -Wall -O2 -o main main.o priority_queue.h binary_heap.h fib_heap.h unsorted_heap.h
finished
clean (3/3):
finished
all task finished, build successfully