'operator' : indirection to different types
The operator is used with pointer expressions that have different base types, without conversion. (Warning in ANSI C; error in C++.)
Example
struct ts1 *s1; struct ts2 *s2; s2 = s1; // error