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?