Skip to content

Using typedef-name attr_container_t after struct #996

@tonibofarull

Description

@tonibofarull
wamr/core/app-mgr/app-mgr-shared/app_manager_export.h:25:8: error: using typedef-name ‘attr_container_t’ after ‘struct’
   25 | struct attr_container_t;

and

/wamr/core/app-framework/app-native-shared/bi-inc/attr_container.h:58:3: note: ‘attr_container_t’ has a previous declaration here
   58 | } attr_container_t;

The reason is because attr_container.h and app_manager_export.h. This second, if I'm not wrong, should be:

struct attr_container;

Can anyone check it please? It would be much appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions