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

Commit a652f5fc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove warning from DrmFactory.cpp"

parents 36d02457 542f434d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ namespace implementation {
    }

    Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid,
            const hidl_string& appPackageName, createPlugin_cb _hidl_cb) {
            const hidl_string& /* appPackageName */, createPlugin_cb _hidl_cb) {

        for (size_t i = 0; i < loader.factoryCount(); i++) {
            if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) {