Message <Context> a storage class has already been specified. This storage class is ignored. Description The same declaration contains more than one storage class specifier. The compiler will ignore all storage class specifiers after the first one. User Action Change the declaration to use only one storage class specifier.