Bug 387109 - loss of data warnings in ImportFileWidget
Summary: loss of data warnings in ImportFileWidget
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: frontend (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-11-19 17:41 UTC by uwestoehr
Modified: 2018-01-21 13:31 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-11-19 17:41:20 UTC
I get:

4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileWidget.cpp(790): warning C4242: 'argument': conversion from 'int' to 'quint16', possible loss of data
4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileWidget.cpp(790): warning C4365: 'argument': conversion from 'int' to 'quint16', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileWidget.cpp(810): warning C4242: 'argument': conversion from 'int' to 'quint16', possible loss of data
4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileWidget.cpp(810): warning C4365: 'argument': conversion from 'int' to 'quint16', signed/unsigned mismatch
Comment 1 uwestoehr 2017-11-19 17:42:05 UTC
and also:

4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileDialog.cpp(348): warning C4242: 'argument': conversion from 'int' to 'quint16', possible loss of data
4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileDialog.cpp(348): warning C4365: 'argument': conversion from 'int' to 'quint16', signed/unsigned mismatch
4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileDialog.cpp(365): warning C4242: 'argument': conversion from 'int' to 'quint16', possible loss of data
4>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportFileDialog.cpp(365): warning C4365: 'argument': conversion from 'int' to 'quint16', signed/unsigned mismatch