| Summary: | argument truncation warning in CartesianPlot | ||
|---|---|---|---|
| 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: | https://commits.kde.org/labplot/0544f6c20e28ff84008e2c56821964db1a101c45 | Version Fixed/Implemented In: | 2.5 |
| Sentry Crash Report: | |||
|
Description
uwestoehr
2017-12-13 03:18:47 UTC
Git commit e23d0e36481f62c4f8da0f4bfbb3b22492d2bc95 by Alexander Semke. Committed on 14/12/2017 at 22:36. Pushed by asemke into branch 'master'. Removed implicit conversion from double to float in CartesianPlot. FIXED-IN: 2.5 M +1 -1 src/backend/worksheet/plots/cartesian/CartesianPlot.cpp https://commits.kde.org/labplot/e23d0e36481f62c4f8da0f4bfbb3b22492d2bc95 Now I get: 1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1310): warning C4456: declaration of 'curve' hides previous local declaration 1> C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1302): note: see declaration of 'curve' 1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1335): warning C4456: declaration of 'curve' hides previous local declaration 1> C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1328): note: see declaration of 'curve' Git commit 0544f6c20e28ff84008e2c56821964db1a101c45 by Alexander Semke. Committed on 15/12/2017 at 07:41. Pushed by asemke into branch 'master'. 1. properly set the name of Origin matrix sheets during the import 2. fixed couple of warnings Related: bug 387860 FIXED-IN:2.5 M +6 -8 src/backend/datasources/projects/OriginProjectParser.cpp M +4 -7 src/backend/worksheet/plots/cartesian/CartesianPlot.cpp https://commits.kde.org/labplot/0544f6c20e28ff84008e2c56821964db1a101c45 |