Skip to content

parser C code with error “ cannot initialize a variable of type 'xxx *' with an rvalue of type 'void *' ” #146

Open
@Dark-Guan

Description

@Dark-Guan

It seems that pygccxml does not to parser c code, because the compiler setting is C++, then pygccxml parser c code as c++ code, and the error or warning would apear out of the ordinary.
For example
cannot initialize a variable of type 'xxx *' with an rvalue of type 'void *'

what can i do to fix this problem?

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