Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1513e7f5 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix unnecessary copy initialization warnings" am: 555d4874

am: 5d4da7ba

Change-Id: I59f2ade8819e1093fd9e46ee6b71756ae026292b
parents d9fa62c4 5d4da7ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@ status_t VendorTagDescriptor::createDescriptorFromOps(const vendor_tag_ops_t* vO

    for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) {
        uint32_t tag = tagArray[i];
        String8 sectionString = tagToSectionMap.valueFor(tag);
        const String8& sectionString = tagToSectionMap.valueFor(tag);

        // Set up tag to section index map
        ssize_t index = sections.indexOf(sectionString);