Le 07/01/2015 02:38, Uwe Stöhr a écrit :
compiling today's master I get these 3 new compilation warnings:
..\..\src\TextMetrics.cpp(622): warning C4244: '+=': Conversion from
'const double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(627): warning C4244: '+=': Conversion from
'const double' to 'int', possible dataloss
..\..\src\TextMetrics.cpp(631): warning C4244: '+=':Conversion from
'const double' to 'int', possible dataloss
Fixed now. It should eventually be turned to an int, but at least I have
a more precise view of the types now.
JMarc