'operation' : different 'modifier' qualifiers
A variable used in an operation is defined with a specified modifier that prevents it from being modified without detection by the compiler. The expression is compiled without modification.
Possible cause
Example
const char *p = "abcde"; int str( char *s ); str( p ); // warning