https://bugs.kde.org/show_bug.cgi?id=387125
Bug ID: 387125 Summary: loss of data warnings with gsl_parser.c Product: LabPlot2 Version: latest Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: alexander.se...@web.de Reporter: uwesto...@web.de Target Milestone: --- I get: 4>D:/LabPlot/src/gsl_parser.c(1086): warning C4242: '=': conversion from 'int' to 'yytype_int16', possible loss of data 4>backend/gsl/parser.y(124): warning C4777: 'printf' : format string '%Iu' requires an argument of type 'unsigned __int64', but variadic argument 2 has type 'std::size_t' 4> backend/gsl/parser.y(124): note: the sizes of types 'std::size_t' and 'unsigned __int64' might differ on other platforms 4> backend/gsl/parser.y(124): note: consider using '%zu' in the format string 4>backend/gsl/parser.y(343): warning C4242: '=': conversion from 'int' to 'char', possible loss of data 4>backend/gsl/parser.y(373): warning C4710: 'int printf(const char *const ,...)': function not inlined 4> C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\../ucrt/stdio.h(944): note: see declaration of 'printf' 4> Generating Code... 4>d:\labplot\src\gsl_parser.c(1486): warning C4702: unreachable code -- You are receiving this mail because: You are watching all bug changes.