/in/cipher.cpp: In function 'void encryption_c()':
/in/cipher.cpp:65:17: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
for (int i=0;i<str.length();i++)
~^~~~~~~~~~~~~
/in/cipher.cpp: In function 'void encryption_s()':
/in/cipher.cpp:77:17: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
for (int i=0;i<str.length()-1;i++)
~^~~~~~~~~~~~~~~
/in/cipher.cpp: In function 'std::__cxx11::string findPosition(char)':
/in/cipher.cpp:58:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
cc1plus: all warnings being treated as errors
/in/compile/Makefile:23: recipe for target 'cipher.o' failed
make: *** [cipher.o] Error 1