Message <Context> , there are <actual number> elements, which is <extra number> too many. The extra initializers will be ignored. Description An initializer list contains more initializers than there are objects to be initialized. This is not valid. User Action Reduce the number of initializers to be less than or equal to the number of objects being initialized.