[pygccxml-development] compiler generated declarations?
Brought to you by:
mbaas,
roman_yakovenko
From: Gustavo C. <gjc...@gm...> - 2008-08-27 12:04:49
|
I have been trying latest gccxml and pygccxml trunk with pybindgen, and am finding something new that is happening: /home/gjc/projects/pybindgen/trunk/tests/foo.h:193: AnnotationsWarning: Annotation 'automatic_type_narrowing=True' not used (used in SomeObject::NestedClass & SomeObject::NestedClass::operator=(SomeObject::NestedClass const & arg0) [member operator]) This operator= method is generated by the compiler or pygccxml, yet it appears to be a real declaration with a physical location. As a side effect, pybindgen will look for annotation comments and complain when the found annotations cannot be used. Is there any way to distinguish between real definitions and synthetic ones? Thanks in advance. -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "The universe is always one step beyond logic." -- Frank Herbert |