EQA1512E The unary operator operator requires an operand that is either arithmetic or a pointer to a type with defined size.

Explanation

This message applies to the C unary operators + and -. These operators cannot be applied to pointers to void-function designators, or pointers to functions.