'identifier' : redefinition; different storage class
The identifier is already declared with a different storage class.
Example
extern int i; static int i; // error