----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63932/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- ``` 3rdparty/libprocess/src/../include/process/future.hpp:1187:5: warning: 'callback' used after it was moved [misc-use-after-move] callback(); ^ 3rdparty/libprocess/src/../include/process/future.hpp:1181:32: note: move occurred here data->onDiscardCallbacks.emplace_back(std::move(callback)); ^ ``` Diffs ----- 3rdparty/libprocess/include/process/future.hpp 4cf44ba1a7052d5f84beb8fd6914b8e9e0437c0a 3rdparty/libprocess/src/http.cpp 8f95878824210229444ab7e0d2bdc6106c032444 Diff: https://reviews.apache.org/r/63932/diff/1/ Testing ------- Thanks, Michael Park