Re: new compilation warning in branch

2015-01-09 Thread Jean-Marc Lasgouttes
Le 09/01/15 02:40, Richard Heck a écrit : Yes, that's fine by me. Done. JMarc

Re: new compilation warning in branch

2015-01-08 Thread Richard Heck
Yes, that's fine by me. Richard Heck Stable Branch Maintainer Sent From My Droid 4 On Jan 8, 2015 2:45 AM, "Jean-Marc Lasgouttes" wrote: > Le 08/01/2015 01:17, Uwe Stöhr a écrit : > >> Am 07.01.2015 um 21:26 schrieb Jean-Marc Lasgouttes: >> >>> Are you sure of the line number? >>> >> >> Yes, th

Re: new compilation warning in branch

2015-01-08 Thread Jean-Marc Lasgouttes
Le 08/01/2015 01:17, Uwe Stöhr a écrit : Am 07.01.2015 um 21:26 schrieb Jean-Marc Lasgouttes: Are you sure of the line number? Yes, this line reads if (pos < from + lyxrc.completion_minlength) Note that this is branch-only. In master Georg added this comment: Ahh. Branch-only. I missed tha

Re: new compilation warning in branch

2015-01-07 Thread Uwe Stöhr
Am 07.01.2015 um 21:26 schrieb Jean-Marc Lasgouttes: Le 07/01/2015 02:33, Uwe Stöhr a écrit : compiling today's branch I get this compilation warning: ..\..\src\Paragraph.cpp(3869): warning C4018: '<': conflict between 'signed' and 'unsigned' [D:\LyXGit\2.1.x\compile-result\src\LyX.vcxproj]

Re: new compilation warning in branch

2015-01-07 Thread Jean-Marc Lasgouttes
Le 07/01/2015 02:33, Uwe Stöhr a écrit : compiling today's branch I get this compilation warning: ..\..\src\Paragraph.cpp(3869): warning C4018: '<': conflict between 'signed' and 'unsigned' [D:\LyXGit\2.1.x\compile-result\src\LyX.vcxproj] Are you sure of the line number? JMarc

new compilation warning in branch

2015-01-06 Thread Uwe Stöhr
compiling today's branch I get this compilation warning: ..\..\src\Paragraph.cpp(3869): warning C4018: '<': conflict between 'signed' and 'unsigned' [D:\LyXGit\2.1.x\compile-result\src\LyX.vcxproj] regards Uwe

compilation warning in branch

2014-11-07 Thread Uwe Stöhr
When compiling the current branch with debug flags I get this warning:: > ..\..\src\Paragraph.cpp(3869): warning C4018: '<': conflict between 'signed' and 'unsigned' (Strange that it doesn't appear when compiling for a release.) regards Uwe