You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
```
conversion from 'size_t' to 'uLong', possible loss of data
```
Fix#9688
Pull Request resolved: #9699
Reviewed By: riversand963
Differential Revision: D34901116
Pulled By: jay-zhuang
fbshipit-source-id: 969148a7a8c023449bd85055a1f0eec71d0a9b3f
Summary:
```
conversion from 'size_t' to 'uLong', possible loss of data
```
Fix#9688
Pull Request resolved: #9699
Reviewed By: riversand963
Differential Revision: D34901116
Pulled By: jay-zhuang
fbshipit-source-id: 969148a7a8c023449bd85055a1f0eec71d0a9b3f
I'm trying to fix our build pipeline for Windows since the release 7.0.1, and hitting an issue with the warning C4267 treated as error.
It seems like the offending line was introduced by this commit: 926ee13
I'll disable the warning for now, but I assume this would better be fixed in the code.
The text was updated successfully, but these errors were encountered: