Descripción: Using arrays of structs requires that the struct be named
Causa: An array of some unnamed struct was used as a host variable. When using arrays of structs, the struct requires a name or tag.
Acción: Provide a name for the struct.
COMENTARIOS:
No hay comentarios sobre este error.