Fix an instance of -Wunused-but-set-variable.
Test: presubmit Bug: 197240255 Change-Id: Iedb28903cfada8d23e931196b72059a0fc8797aa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user