am: 2a4a02a
* commit '2a4a02a870bcfb5ecd3c5f9e7077ffe1327623b0':
Fix google-explicit-constructor warnings.
Change-Id: I4f758494c81043243f84d66c67a9037bd6637691
This commit is contained in:
commit
1695ced15e
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ TEST(logcat, sorted_order) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
timestamp(const char *buffer)
|
explicit timestamp(const char *buffer)
|
||||||
{
|
{
|
||||||
init(buffer);
|
init(buffer);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -380,7 +380,7 @@ public:
|
||||||
tid(tid),
|
tid(tid),
|
||||||
padding(0) {
|
padding(0) {
|
||||||
}
|
}
|
||||||
LogBufferElementKey(uint64_t key):value(key) { }
|
explicit LogBufferElementKey(uint64_t key):value(key) { }
|
||||||
|
|
||||||
uint64_t getKey() { return value; }
|
uint64_t getKey() { return value; }
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue