summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-07-12 13:50:44 -0700
committerChih-Hung Hsieh <chh@google.com>2016-07-26 11:26:01 -0700
commit034c475931e8e4da54b499c0056121490f029865 (patch)
treed07eac290b1d3744cd60ebe76486e0c2c937ea3d /fastboot
parent02ccdc5db9bb39488a3fe22a907b3211c3a464b9 (diff)
downloadsystem_core-034c475931e8e4da54b499c0056121490f029865.tar.gz
system_core-034c475931e8e4da54b499c0056121490f029865.tar.bz2
system_core-034c475931e8e4da54b499c0056121490f029865.zip
Fix google-explicit-constructor warnings in system/core.
* Declare explicit conversion constructors. * Add NOLINT for implicit conversion constructors. * Fix also some misaligned indendations. Bug: 28341362 Change-Id: Idf911f35923b408d92285cc1a053f382ba08c63e Test: build with clang-tidy
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/socket.h b/fastboot/socket.h
index de543dbab..7eaa0ab2c 100644
--- a/fastboot/socket.h
+++ b/fastboot/socket.h
@@ -104,7 +104,7 @@ class Socket {
protected:
// Protected constructor to force factory function use.
- Socket(cutils_socket_t sock);
+ explicit Socket(cutils_socket_t sock);
// Blocks up to |timeout_ms| until a read is possible on |sock_|, and sets |receive_timed_out_|
// as appropriate to help distinguish between normal timeouts and fatal errors. Returns true if