Merge "Fix google-explicit-constructor warnings."
This commit is contained in:
@@ -192,7 +192,7 @@ static void allocate(size_t size, std::vector<uint8_t>& buffer) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct RangeSinkState {
|
struct RangeSinkState {
|
||||||
RangeSinkState(RangeSet& rs) : tgt(rs) { };
|
explicit RangeSinkState(RangeSet& rs) : tgt(rs) { };
|
||||||
|
|
||||||
int fd;
|
int fd;
|
||||||
const RangeSet& tgt;
|
const RangeSet& tgt;
|
||||||
|
|||||||
Reference in New Issue
Block a user