Bug 387116 - loss of data warnings with XYDataReductionCurve
Summary: loss of data warnings with XYDataReductionCurve
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:58 UTC by uwestoehr
Modified: 2017-11-21 22:46 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:58:23 UTC
I get:

4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(238): warning C4365: 'initializing': conversion from 'int' to 'unsigned int', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(238): warning C4365: 'initializing': conversion from 'int' to 'const unsigned int', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(276): warning C4365: 'argument': conversion from 'int' to 'const std::size_t', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(309): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(309): warning C4365: 'argument': conversion from 'std::size_t' to 'int', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(310): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(310): warning C4365: 'argument': conversion from 'std::size_t' to 'int', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(312): warning C4365: 'argument': conversion from 'unsigned int' to 'int', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(313): warning C4365: 'argument': conversion from 'unsigned int' to 'int', signed/unsigned mismatch
Comment 1 uwestoehr 2017-11-21 22:46:36 UTC
This is now fixed.