You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: