Re: findings on swig-java-bindings
From: Gustav Munkby <grddev_at_gmx.net>
Date: 2004-03-18 00:03:02 CET
> If it's not a false alarm then it's not a gcc3 problem either and
I don't recall which one of the c standards it is, but it says that
So you are correct, the code is dangerous, and as such it should
The fixing however is, as stated previously, somwhat tricky, as the
It would however be possible to change the default swig-behaviour,
%typemap(in) SWIGTYPE * %{
This would remove the problems, by first assigning to a temporary
So, to the best of my understanding, the above would actually
However it's not really a "nice" solution, is it?
!g
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.