| Summary: | compiler warnings with XYDataReductionCurve | ||
|---|---|---|---|
| Product: | [Applications] LabPlot2 | Reporter: | uwestoehr <uwestoehr> |
| Component: | backend | Assignee: | 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-21 22:57:20 UTC
I now only get this: 1>C:\CraftRoot\labplot\src\backend/lib/commandtemplates.h(57): warning C4371: 'StandardSetterCmd<XYDataReductionCurve::Private,const AbstractColumn *>': layout of class may have changed from a previous version of the compiler due to better packing of member 'StandardSetterCmd<XYDataReductionCurve::Private,const AbstractColumn *>::m_field' 1> C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(103): note: see declaration of 'StandardSetterCmd<XYDataReductionCurve::Private,const AbstractColumn *>' 1> C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(103): note: see reference to class template instantiation 'StandardSetterCmd<XYDataReductionCurve::Private,const AbstractColumn *>' being compiled This is now fixed. Not fully fixed. I get: 1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\XYDataReductionCurve.cpp(230): warning C4365: 'argument': conversion from 'int' to 'const std::size_t', signed/unsigned mismatch This is now fixed. |