After a long time I found time to take care of LyX. At first I compiles
master and got 3 compilation warnings:
* ..\..\src\Row.cpp(386): warning C4244: '=': conversion from 'double'
to 'int', possible dataloss
[D:\LyXGit\Master\compile-result\src\LyX.vcxproj]
* ..\..\src\Row.cpp(408): warning C4244: '=': conversion from 'double'
to 'int', possible dataloss
[D:\LyXGit\Master\compile-result\src\LyX.vcxproj]
* ..\..\src\TextMetrics.cpp(807): warning C4244: '=': conversion from
'double' to 'int', possible dataloss
[D:\LyXGit\Master\compile-result\src\LyX.vcxproj]
Can anybody plase have a look?
thanks and regards
Uwe
p.s. the 2.1.x branch compiles without warnings