Description
When building Mesos on Windows, there are a pair of warnings from `duration.hpp` that are repeated hundreds (if not thousands) of times:
mesos\3rdparty\stout\include\stout/duration.hpp(102): warning C4244: '=': conversion from 'int64_t' to 'long', possible loss of data
and
mesos\3rdparty\stout\include\stout/duration.hpp(103): warning C4244: '=': conversion from 'int64_t' to 'long', possible loss of data
Attachments
Issue Links
- relates to
-
MESOS-5821 Clean up the thousands of compiler warnings on MSVC
- Resolved