commit | 928e679cf30d8871b9e00e008e29728b2cccac96 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jun 30 14:17:31 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Jun 30 14:21:20 2016 -0700 |
tree | b7e88ac02785d8189e54e85862a627cfb2c6229d | |
parent | 8babab0d5cd836f1cc5435026f7dc04c0e421950 [diff] [blame] |
Fix google-explicit-constructor warnings in libhardware Bug: 28341362 Change-Id: I29a56734e54740e4b15fe2f6cacbbd867163ae79 Test: build with clang-tidy
diff --git a/tests/input/evdev/TestHelpers.h b/tests/input/evdev/TestHelpers.h index 461db04..d26adfb 100644 --- a/tests/input/evdev/TestHelpers.h +++ b/tests/input/evdev/TestHelpers.h
@@ -42,7 +42,7 @@ */ class TempFile { public: - TempFile(const char* path); + explicit TempFile(const char* path); ~TempFile(); // No copy or assign