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:145: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]