Fix google-explicit-constructor warning.
Bug: 28341362 Change-Id: I85d2f83a3ca35699cfab54e725a64aaf3013c8f1
This commit is contained in:
parent
4d9a97bb91
commit
956df72eb0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ extern void* __system_property_area__;
|
|||
Arg(1)->Arg(4)->Arg(16)->Arg(64)->Arg(128)->Arg(256)->Arg(512)
|
||||
|
||||
struct LocalPropertyTestState {
|
||||
LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) {
|
||||
explicit LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) {
|
||||
static const char prop_name_chars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_.";
|
||||
|
||||
const char* android_data = getenv("ANDROID_DATA");
|
||||
|
|
Loading…
Reference in a new issue