Am 26.06.2014 20:22, schrieb Georg Baum:
Not needed. Line 3855 contains only a closing brace '}' in 2.1 branch. The
warning makes sense if you look at master. There you have
if (pos < from + lyxrc.completion_minlength)
which is indeed a comparison between signed and unsigned values. I'll fix
that, but nothing needs to be done for 2.1.1.
Hi Georg,
thanks for fixing this. I could have sworn that I got the warning also
in branch, but after that many compilation attempts maybe lost track.
regards Uwe