----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65326/ -----------------------------------------------------------
Review request for mesos and Benjamin Bannier. Repository: mesos Description ------- A "possible loss of data" warning was introduced because `process.run()` implicitly converts to an `int`. Since we have a finite set, we can ignore this warning and so silence it with a `static_cast`. Diffs ----- 3rdparty/libprocess/src/tests/benchmarks.cpp 10fd492951fb1133d057eb3576f93a5f10e178f3 Diff: https://reviews.apache.org/r/65326/diff/1/ Testing ------- Thanks, Andrew Schwartzmeyer
