pygccxml icon indicating copy to clipboard operation
pygccxml copied to clipboard

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

Open Dark-Guan opened this issue 3 years ago • 0 comments

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?

Dark-Guan avatar Oct 13 '21 16:10 Dark-Guan