prepare (1/3):
finished
make (2/3):
g++ -std=c++11 -O2 -Wall -o main.o -c main.cpp
g++ -std=c++11 -O2 -Wall -o functional.o -c functional.cpp
functional.cpp: In function 'void AddMST(adjList_t*&, edge_t&, MSTRec_t&, MSTEdge_t&, int&, int&)':
functional.cpp:26:9: warning: variable 'v1' set but not used [-Wunused-but-set-variable]
int v1, v2;
^~
g++ -std=c++11 -O2 -Wall -o ioprocess.o -c ioprocess.cpp
g++ -std=c++11 -O2 -Wall -o main main.o functional.o ioprocess.o
finished
clean (3/3):
finished
all task finished, build successfully