Merge "Fix google-explicit-constructor warnings." am: f966019
am: e5100e6
* commit 'e5100e66775df8895e90588f203074ca405ea97e':
Fix google-explicit-constructor warnings.
Change-Id: I72c7c9c5c179ab285e0fe758dd18ed55f2a2246d
This commit is contained in:
commit
2a4a02a870
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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -380,7 +380,7 @@ public:
|
|||
tid(tid),
|
||||
padding(0) {
|
||||
}
|
||||
LogBufferElementKey(uint64_t key):value(key) { }
|
||||
explicit LogBufferElementKey(uint64_t key):value(key) { }
|
||||
|
||||
uint64_t getKey() { return value; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue