summaryrefslogtreecommitdiff
path: root/tests/binder
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-04-25 14:17:14 -0700
committerChih-Hung Hsieh <chh@google.com>2016-04-25 14:17:14 -0700
commit11b95b9c3a946089d52f205838c05373c954b16e (patch)
tree45e21b26f3f59f18f711218b4ca09c74379593b8 /tests/binder
parent0add9c5b35041af781e1433ae0790167e7b3277f (diff)
downloadextras-11b95b9c3a946089d52f205838c05373c954b16e.tar.gz
Fix google-explicit-constructor warnings.
Bug: 28341362 Change-Id: I9f388006f5593b9f224e98e93deca7da35c5618a
Diffstat (limited to 'tests/binder')
-rw-r--r--tests/binder/benchmarks/binderAddInts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/binder/benchmarks/binderAddInts.cpp b/tests/binder/benchmarks/binderAddInts.cpp
index ff7ea079..f061f7c2 100644
--- a/tests/binder/benchmarks/binderAddInts.cpp
+++ b/tests/binder/benchmarks/binderAddInts.cpp
@@ -73,7 +73,7 @@ struct options {
class AddIntsService : public BBinder
{
public:
- AddIntsService(int cpu = unbound);
+ explicit AddIntsService(int cpu = unbound);
virtual ~AddIntsService() {}
enum command {