prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -std=c++11 -o main.o -c main.cpp
g++ -g -Wall -O2 -std=c++11 -o get_option.o -c get_option.cpp
get_option.cpp: In function 'void option_parse(int, char**, bool&, bool&, bool&, bool&, bool&, std::queue<std::__cxx11::basic_string<char> >&)':
get_option.cpp:3:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
char* optstring = "vmptg:";
^~~~~~~~
g++ -g -Wall -O2 -std=c++11 -o deal.o -c deal.cpp
deal.cpp: In function 'void median_option(std::map<std::__cxx11::basic_string<char>, equity*>, int)':
deal.cpp:133:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 1; i <= cur_equity->median.size() - 1; i++) {
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -g -Wall -O2 -std=c++11 -o main main.o get_option.o deal.o
finished
clean (3/3):
finished
all task finished, build successfully