Re: [pygccxml-development] [Fwd: Reducing or handling new warning output]
Brought to you by:
mbaas,
roman_yakovenko
|
From: Roman Y. <rom...@gm...> - 2006-07-27 18:11:53
|
> First off, I want to say that the new output is a vast improvement. I > like how it tells you what the current issues are and tries to give a > description of how to fix them. Many thanks should go to Matthias! > That said, it seems that some of the warnings could be nice to turn off > or to have an easy way to auto handle in a generation script. First of all you should understand: warning is printed only for declarations, that are going to be exported. So, your best way to disable them is to exclude those declarations. May be in future ( I am sure ), py++ will provide the way to ignore some warnings. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |