Bug 387861 - argument truncation warnings in CartesianPlotLegend
Summary: argument truncation warnings in CartesianPlotLegend
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: Stefan Gerlach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 03:17 UTC by uwestoehr
Modified: 2018-01-20 11:55 UTC (History)
1 user (show)

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-12-13 03:17:24 UTC
I get:

3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlotLegend.cpp(114): warning C4305: 'argument': truncation from 'double' to 'const float'
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlotLegend.cpp(115): warning C4305: 'argument': truncation from 'double' to 'const float'
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlotLegend.cpp(116): warning C4305: 'argument': truncation from 'double' to 'const float'
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlotLegend.cpp(117): warning C4305: 'argument': truncation from 'double' to 'const float'
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlotLegend.cpp(118): warning C4305: 'argument': truncation from 'double' to 'const float'
3>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlotLegend.cpp(119): warning C4305: 'argument': truncation from 'double' to 'const float'