prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -o main.o -c main.cpp
In file included from main.cpp:17:0:
fib_heap.h: In instantiation of 'fib_heap<TYPE, COMP>::~fib_heap() [with TYPE = point*; COMP = compare_t]':
main.cpp:211:1: required from here
fib_heap.h:220:10: warning: variable 'x' set but not used [-Wunused-but-set-variable]
TYPE x;
^
main.cpp: In function 'int main(int, char**)':
main.cpp:85:2: warning: 'heap' may be used uninitialized in this function [-Wmaybe-uninitialized]
switch (heap){
^~~~~~
g++ -g -Wall -O2 -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully