prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -o main.o -c main.cpp
In file included from main.cpp:3:0:
fib_heap.h: In instantiation of 'void fib_heap<TYPE, COMP>::Consolidate() [with TYPE = node*; COMP = compare]':
fib_heap.h:154:15: required from 'TYPE fib_heap<TYPE, COMP>::dequeue_min() [with TYPE = node*; COMP = compare]'
main.cpp:203:1: required from here
fib_heap.h:169:8: warning: unused variable 'point' [-Wunused-variable]
node* point = min;
^~~~~
fib_heap.h:171:6: warning: unused variable 'root' [-Wunused-variable]
int root = rootnum;
^~~~
g++ -g -Wall -O2 -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully