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

Commit dfd91c51 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix warnings in frameworks/av/media/libeffects/factory"

parents 900596ac b1d5992c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@ int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, eff
    effect_descriptor_t *d = NULL;
    effect_handle_t itfe;
    effect_entry_t *fx;
    int found = 0;
    int ret;

    if (uuid == NULL || pHandle == NULL) {
@@ -428,8 +427,6 @@ int EffectGetSubEffects(const effect_uuid_t *uuid, sub_effect_entry_t **pSube,
/////////////////////////////////////////////////

int init() {
    int hdl;

    if (gInitDone) {
        return 0;
    }
@@ -552,7 +549,6 @@ int EffectDumpEffects(int fd) {
    list_elem_t *e = gLibraryList;
    lib_entry_t *l = NULL;
    effect_descriptor_t *d = NULL;
    int found = 0;
    int ret = 0;

    dprintf(fd, "Libraries loaded:\n");