commit | 1c563d96f000876d77b2d33fbfb03c241bc503e1 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Apr 29 15:44:04 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Fri Apr 29 15:44:04 2016 -0700 |
tree | 2b4938eda86ade588cc77bbee202075d3f659bb4 | |
parent | 3abd03232efd53bb3a73d1e76f6f72754457e18d [diff] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I4504e98a8db31e0edcbe63c23f9af43eb13e9d86
diff --git a/libbacktrace/BacktraceOffline.cpp b/libbacktrace/BacktraceOffline.cpp index 9a4f622..c2b68bc 100644 --- a/libbacktrace/BacktraceOffline.cpp +++ b/libbacktrace/BacktraceOffline.cpp
@@ -665,7 +665,7 @@ class ScopedZiparchiveHandle { public: - ScopedZiparchiveHandle(ZipArchiveHandle handle) : handle_(handle) { + explicit ScopedZiparchiveHandle(ZipArchiveHandle handle) : handle_(handle) { } ~ScopedZiparchiveHandle() {