Compiler Error C2369

'identifier' : redefinition; different subscripts

The given array was already declared with a different subscript.

The following is an example of this error:

int a[10];
int a[20];  // error