Bug 387117 - loss of data warnings with XYIntegrationCurve
Summary: loss of data warnings with XYIntegrationCurve
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-19 17:59 UTC by uwestoehr
Modified: 2017-11-21 22:45 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-19 17:59:45 UTC
I get:

4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYIntegrationCurve.cpp(241): warning C4365: 'initializing': conversion from 'int' to 'std::size_t', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYIntegrationCurve.cpp(241): warning C4365: 'initializing': conversion from 'int' to 'const std::size_t', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYIntegrationCurve.cpp(280): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYIntegrationCurve.cpp(280): warning C4365: 'argument': conversion from 'std::size_t' to 'int', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYIntegrationCurve.cpp(281): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYIntegrationCurve.cpp(281): warning C4365: 'argument': conversion from 'std::size_t' to 'int', signed/unsigned mismatch
Comment 1 uwestoehr 2017-11-21 22:45:53 UTC
This is now fixed