Remove possible truncation at implicit conversion to type...
Inside aes.c line 189 : possible truncation at implicit conversion to type "unsigned char" // Function RotWord() { k = tempa[0]; tempa[0] = tempa[1]; tempa[1] = tempa[2]; tempa[2] = tempa[3]; tempa[3] = k; }