Re: Lots of warning compiling mathed

2007-11-01 Thread Stefan Schimanski
/// index of default value cell of optional parameter (#1 -> n=0) pos_type optIdx(int n) const { return n + 1; } Stefan, why did you use pos_type here? Do you need something signed? Even if yes, pos_type is in general related to a character position inside a Paragraph. Replaced this one and

Re: Lots of warning compiling mathed

2007-11-01 Thread Stefan Schimanski
Will fix them. Stefan PGP.sig Description: Signierter Teil der Nachricht

Lots of warning compiling mathed

2007-11-01 Thread Abdelrazak Younes
/// index of default value cell of optional parameter (#1 -> n=0) pos_type optIdx(int n) const { return n + 1; } Stefan, why did you use pos_type here? Do you need something signed? Even if yes, pos_type is in general related to a character position inside a Paragraph. Abdel. Compiling... Ma