On Tue, Oct 04, 2005 at 09:41:09PM +0200, Frederic Peters wrote: > > > It's also giving _alot_ of warning of this type: > > warning: dereferencing type-punned pointer will break strict-aliasing rules > > You can probably use -fno-strict-aliasing as a workaround for > > this. > > Those are from SWIG generated code; it is true that gcc option should > be added for cleaner logs.
It's not only a cleaner log, but it also changes the generated code. This can be the difference between something that works or not. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

