You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Benjamin Bannier <be...@mesosphere.io> on 2017/04/27 13:32:07 UTC

Review Request 58795: Removed unused capture of this.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58795/
-----------------------------------------------------------

Review request for mesos and Alexander Rukletsov.


Repository: mesos


Description
-------

clang-5 has a warning about unused lambda captures in its -Wall set.
Removing this unused capture here to enable building with clang-5.


Diffs
-----

  src/master/allocator/sorter/drf/sorter.cpp 73b8e8ccdee9d1a88bf6a1726b8ff67008ef339f 


Diff: https://reviews.apache.org/r/58795/diff/1/


Testing
-------

make check (OS X, clang-trunk)


Thanks,

Benjamin Bannier