Bug 387339 - loss of data warnings with XYSmoothCurve
Summary: loss of data warnings with XYSmoothCurve
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: backend (other bugs)
Version First Reported In: latest
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-27 00:33 UTC by uwestoehr
Modified: 2017-12-05 00:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.