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

Commit 542f434d authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove warning from DrmFactory.cpp

Test: pass
Change-Id: Ie5d37a257bfb1f4f5d9173bbe41e734161941954
parent 89dc24e6
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())) {