← Back to team overview

dolfin team mailing list archive

Re: dolfin compile warnings

 

On Tue, Sep 02, 2008 at 03:47:33PM -0400, Shawn Walker wrote:
> I get these warnings, but they don't seem to affect anything.  I just 
> wanted to make a note of it in this mailing list:
> 
> dolfin/log/Table.h:103: Warning(503): Can't wrap 'operator dolfin::real' 
> unless renamed to a valid identifier.
> dolfin/la/Scalar.h:86: Warning(503): Can't wrap 'operator dolfin::real' 
> unless renamed to a valid identifier.
> 
> - Shawn

I've tried to remove these warnings, but without luck.

I would think the following line in dolfin/swig/ignores.i would fix
the second of the two warnings but apparently it does not:

  %ignore dolfin::Scalar::operator real;

Maybe a SWIG guru (=Ola) can fix this?

-- 
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups

References