Skip to content

IGNORED_ARG does not work anymore with ENUM #179

@anporumb

Description

@anporumb

(this is for C++).

image

yields

image

Here's a simple repro:

typedef enum E
{A,B,C} E;

void f(E e)
{
    (void)e;
}

int main(void)
{
    f(0);
    f(A);
    return 0;
}

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