Compiler Error C2042

signed/unsigned keywords mutually exclusive

The keywords signed and unsigned were both used in a single declaration.

The following is an example of this error:

unsigned signed int i;      // error