Bug 387010

Summary: loss of data warnings for parser.y
Product: [Applications] LabPlot2 Reporter: uwestoehr <uwestoehr>
Component: backendAssignee: 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: Version Fixed/Implemented In:
Sentry Crash Report:

Description uwestoehr 2017-11-16 23:14:37 UTC
I get:

2>backend/gsl/parser.y(53): warning C4820: 'param': '4' bytes padding added after data member 'pos'
2>D:/LabPlot/src/gsl_parser.c(1086): warning C4242: '=': conversion from 'int' to 'yytype_int16', possible loss of data
2>backend/gsl/parser.y(114): warning C4255: 'parse_errors': no function prototype given: converting '()' to '(void)'
2>backend/gsl/parser.y(305): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
2>backend/gsl/parser.y(327): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
Comment 1 uwestoehr 2017-11-19 17:40:04 UTC
This was fixed by:
https://github.com/KDE/labplot/commit/36c700a279b29744a06fe18dcffcf7070019886a
correct?
Comment 2 uwestoehr 2017-11-19 22:01:51 UTC
This bug was fixed by other commits today.