Bug 387963 - signed/unsigned mismatch warnings for OriginFile
Summary: signed/unsigned mismatch warnings for OriginFile
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-12-16 16:24 UTC by uwestoehr
Modified: 2018-01-21 13:38 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-12-16 16:24:33 UTC
(The bug tracker should get a new component "liborigin".)

I get:

1>c:\craftroot\labplot\liborigin\OriginFile.h(80): warning C4625: 'OriginFile': copy constructor was implicitly defined as deleted
1>c:\craftroot\labplot\liborigin\OriginFile.h(80): warning C4626: 'OriginFile': assignment operator was implicitly defined as deleted
1>C:\CraftRoot\labplot\liborigin\OriginFile.cpp(57): warning C4365: 'initializing': conversion from 'long' to 'unsigned int', signed/unsigned mismatch
1>C:\CraftRoot\labplot\liborigin\OriginFile.cpp(60): warning C4365: '=': conversion from 'long' to 'unsigned int', signed/unsigned mismatch
1>C:\CraftRoot\labplot\liborigin\OriginFile.cpp(61): warning C4365: 'initializing': conversion from 'long' to 'unsigned int', signed/unsigned mismatch
1>C:\CraftRoot\labplot\liborigin\OriginFile.cpp(209): warning C4365: 'return': conversion from '__int64' to 'unsigned __int64', signed/unsigned mismatch