Bug 387339

Summary: loss of data warnings with XYSmoothCurve
Product: [Applications] LabPlot2 Reporter: uwestoehr <uwestoehr>
Component: backendAssignee: Alexander Semke <alexander.semke>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: latest   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description uwestoehr 2017-11-27 00:33:45 UTC
I get:

3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYSmoothCurve.cpp(232): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYSmoothCurve.cpp(235): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYSmoothCurve.cpp(238): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYSmoothCurve.cpp(243): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
Comment 1 uwestoehr 2017-12-05 00:21:23 UTC
This is now fixed.