https://bugs.kde.org/show_bug.cgi?id=387963
Bug ID: 387963
Summary: signed/unsigned mismatch warnings for OriginFile
Product: LabPlot2
Version: latest
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: backend
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
(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
--
You are receiving this mail because:
You are watching all bug changes.