Re: Problem with top-of-trunk

2013-04-22 Thread Akim Demaille
Le 19 avr. 2013 à 17:20, Akim Demaille a écrit : > Thanks for the report. I'll apply this, unless someone has a better > idea. > > commit 7ba01e111c878291d8677db124eb4d7aef7c9541 > Author: Akim Demaille > Date: Fri Apr 19 17:13:07 2013 +0200 > >tests: enable -Wsign-compare and fix corr

Re: Problem with top-of-trunk

2013-04-19 Thread Akim Demaille
Le 18 avr. 2013 à 10:30, Efi Fogel a écrit : > Hi, > > I've pulled the latest version. > I get the following warning (which I treat as an error): > > position.hh:100:31: error: comparison between signed and unsigned integer > expressions [-Werror=sign-compare] > > The relevant code of positi

Problem with top-of-trunk

2013-04-18 Thread Efi Fogel
Hi, I've pulled the latest version. I get the following warning (which I treat as an error): position.hh:100:31: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] The relevant code of position.hh follows: 96 /// (column related) Advance to the COU