Merge "Fix unused-but-set-variable warning"

This commit is contained in:
Treehugger Robot
2021-08-31 19:20:31 +00:00
committed by Gerrit Code Review

View File

@@ -148,7 +148,7 @@ static bool EmitResourceEntryDiff(IAaptContext* context, LoadedApk* apk_a,
diff = true;
}
}
return false;
return diff;
}
static bool EmitResourceTypeDiff(IAaptContext* context, LoadedApk* apk_a,