| Summary: | loss of data warnings with nsl_filter.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/972af51b575ea8d529f00d4dbbdab0152d6f0193 | Version Fixed/Implemented In: | 2.5 |
| Sentry Crash Report: | |||
|
Description
uwestoehr
2017-11-19 18:03:34 UTC
Is now fixed. Reopening because I get this: 2>C:\CraftRoot\labplot\src\backend\nsl\nsl_filter.c(164): warning C4244: '=': conversion from 'double' to 'std::size_t', possible loss of data Git commit 972af51b575ea8d529f00d4dbbdab0152d6f0193 by Stefan Gerlach. Committed on 22/11/2017 at 17:49. Pushed by sgerlach into branch 'master'. FIXED-IN: 2.5 M +1 -1 src/backend/nsl/nsl_filter.c https://commits.kde.org/labplot/972af51b575ea8d529f00d4dbbdab0152d6f0193 Thanks, now only this on appears: 3>C:\CraftRoot\include\msvc\stdlib.h(53): warning C4255: 'random': no function prototype given: converting '()' to '(void)' (Appears for many files.) This is a warning for the system C header stdlib.h. It's not our code ... |