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

Commit c10adebe authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

Merge "Fix an instance of -Wunused-but-set-variable."

parents f6641012 b5cab257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ int register_android_graphics_DrawFilter(JNIEnv* env) {
    result |= RegisterMethodsOrDie(env, "android/graphics/PaintFlagsDrawFilter", paintflags_methods,
                                   NELEM(paintflags_methods));

    return 0;
    return result;
}

}