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

Commit d40faa10 authored by Ting-Yuan Huang's avatar Ting-Yuan Huang
Browse files

Fix compiler warnings.

Change-Id: I2a00178abf578abafa1f7fb6ee0d812d87cb70f0
Test: mmm frameworks/av/media/libeffects/visualizer/
parent c0acc19f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -604,7 +604,7 @@ int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
                *replySize < (sizeof(int32_t) * MEASUREMENT_COUNT)) {
            ALOGV("VISUALIZER_CMD_MEASURE() error *replySize %" PRIu32
                    " < (sizeof(int32_t) * MEASUREMENT_COUNT) %" PRIu32, *replySize,
                    sizeof(int32_t) * MEASUREMENT_COUNT);
                    uint32_t(sizeof(int32_t)) * MEASUREMENT_COUNT);
            android_errorWriteLog(0x534e4554, "30229821");
            return -EINVAL;
        }