Bug 387010 - loss of data warnings for parser.y
Summary: loss of data warnings for parser.y
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: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 23:14 UTC by uwestoehr
Modified: 2017-11-19 22:01 UTC (History)
0 users

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-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.