| Summary: | unreachable code warning with nsl_geom_linesim.c | ||
|---|---|---|---|
| Product: | [Applications] LabPlot2 | Reporter: | uwestoehr <uwestoehr> |
| Component: | backend | Assignee: | Stefan Gerlach <stefan.gerlach> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | stefan.gerlach |
| Priority: | NOR | ||
| Version First Reported In: | latest | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/labplot/f73d02b47eadae04b12d3454044e19ab05b08a9b | Version Fixed/Implemented In: | 2.5 |
| Sentry Crash Report: | |||
|
Description
uwestoehr
2017-11-19 18:13:19 UTC
should be fixed in the latest commit. Hi Stefan, wenn Du in der Commit-Message die Bugnummer angibst, wird das Ticket automatisch geschlossen. Mit FIXED-IN: 2.5 wird auch gleich der Richtige Release angegeben. Also BUG: 387126 FIXED-IN: 2.5 Oder hast Du das jetzt extra nicht angegeben, weil Du Uwe überprüfen lassen möchtest? Grüße, ich On 19.11.2017 20:06, Stefan Gerlach wrote: > https://bugs.kde.org/show_bug.cgi?id=387126 > > Stefan Gerlach <stefan.gerlach@uni-konstanz.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Ever confirmed|0 |1 > Status|UNCONFIRMED |CONFIRMED > Assignee|alexander.semke@web.de |stefan.gerlach@uni-konstanz > | |.de > CC| |stefan.gerlach@uni-konstanz > | |.de > > --- Comment #1 from Stefan Gerlach <stefan.gerlach@uni-konstanz.de> --- > should be fixed in the latest commit. > The unreachable code warning is gone, but now I get: 4>C:\CraftRoot\labplot\src\backend\nsl\nsl_geom_linesim.c(645): warning C4244: 'function': conversion from 'double' to 'const std::size_t', possible loss of data 4>C:\CraftRoot\include\msvc\stdlib.h(53): warning C4255: 'random': no function prototype given: converting '()' to '(void)' Git commit f73d02b47eadae04b12d3454044e19ab05b08a9b by Stefan Gerlach. Committed on 19/11/2017 at 21:25. Pushed by sgerlach into branch 'master'. FIXED-IN: 2.5 M +1 -1 src/backend/nsl/nsl_geom_linesim.c https://commits.kde.org/labplot/f73d02b47eadae04b12d3454044e19ab05b08a9b Thanks, it is now fixed. |