https://bugs.kde.org/show_bug.cgi?id=387118

--- Comment #5 from Uwe Stöhr <uwesto...@web.de> ---
Despite the Unicode warnings: these are the potential loss of data warnings:

1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1780):
warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of
data
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1780):
warning C4365: 'argument': conversion from 'std::size_t' to 'int',
signed/unsigned mismatch
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1781):
warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of
data
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1781):
warning C4365: 'argument': conversion from 'std::size_t' to 'int',
signed/unsigned mismatch
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1783):
warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of
data
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1783):
warning C4365: 'argument': conversion from 'std::size_t' to 'int',
signed/unsigned mismatch
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYFitCurve.cpp(1806):
warning C4365: 'argument': conversion from 'int' to 'const std::size_t',
signed/unsigned mismatch

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to