Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dark-Guan opened this issue Oct 13, 2021 · 0 comments

Comments

@Dark-Guan
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant