Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address SizingFieldCreator possible loss of data warnings #112

Merged

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Aug 11, 2021

For:

_deps\cleaver_lib-src\src\lib\cleaver\SizingFieldCreator.cpp(795):
warning C4267: '=': conversion from 'size_t' to 'int', possible loss
of data

_deps\cleaver_lib-src\src\lib\cleaver\SizingFieldCreator.cpp(796):
warning C4267: '=': conversion from 'size_t' to 'int', possible loss of
data

_deps\cleaver_lib-src\src\lib\cleaver\SizingFieldCreator.cpp(797):
warning C4267: '=': conversion from 'size_t' to 'int', possible loss of
data

For:

  _deps\cleaver_lib-src\src\lib\cleaver\SizingFieldCreator.cpp(795):
  warning C4267: '=': conversion from 'size_t' to 'int', possible loss
  of data

  _deps\cleaver_lib-src\src\lib\cleaver\SizingFieldCreator.cpp(796):
  warning C4267: '=': conversion from 'size_t' to 'int', possible loss of
  data

  _deps\cleaver_lib-src\src\lib\cleaver\SizingFieldCreator.cpp(797):
  warning C4267: '=': conversion from 'size_t' to 'int', possible loss of
  data
@jessdtate jessdtate merged commit 02ba7b5 into SCIInstitute:master Sep 7, 2021
@thewtex thewtex deleted the sizing-field-creator-warnings branch October 6, 2021 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants