Compiler output
prog.cpp: In function ‘std::string GetFullName(std::vector<std::basic_string<char> >, std::string)’:
prog.cpp:17:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
prog.cpp: In function ‘int main()’:
prog.cpp:125:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
prog.cpp:144:13: warning: unused variable ‘firstRun’ [-Wunused-variable]
prog.cpp: In function ‘std::string GetFullName(std::vector<std::basic_string<char> >, std::string)’:
prog.cpp:34:1: warning: control reaches end of non-void function [-Wreturn-type]