/in/foo.cc: In function 'void findLongestMatch(std::__cxx11::string&, std::__cxx11::string&, std::vector<bool>&)':
/in/foo.cc:28:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (maxLength > longestStr.size()) {
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:97:60: warning: second operand of conditional expression has no effect [-Wunused-value]
std::cout << isLongestLongest ? longestStr : currentStr;
^
/in/foo.cc:97:60: warning: third operand of conditional expression has no effect [-Wunused-value]