Bug 387127 - unreachable code warning with nsl_diff.c
Summary: unreachable code warning with nsl_diff.c
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-11-19 18:14 UTC by uwestoehr
Modified: 2017-11-19 21:02 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-11-19 18:14:17 UTC
I get:

4>c:\craftroot\labplot\src\backend\nsl\nsl_diff.c(81): warning C4702: unreachable code
4>c:\craftroot\labplot\src\backend\nsl\nsl_diff.c(186): warning C4702: unreachable code
4>c:\craftroot\labplot\src\backend\nsl\nsl_diff.c(301): warning C4702: unreachable code
4>c:\craftroot\labplot\src\backend\nsl\nsl_diff.c(347): warning C4702: unreachable code
4>c:\craftroot\labplot\src\backend\nsl\nsl_diff.c(422): warning C4702: unreachable code
4>c:\craftroot\labplot\src\backend\nsl\nsl_diff.c(466): warning C4702: unreachable code
Comment 1 Stefan Gerlach 2017-11-19 19:09:23 UTC
should be fixed now. Please check the latest commit.
Comment 2 uwestoehr 2017-11-19 21:02:05 UTC
Yes, it is fixed. Thanks.