Fix unused-but-set-variable warning
Test: presubmit Bug: 197240255 Change-Id: I5cca354746213e9ef43e848dbc38ecbe168d0b6a
This commit is contained in:
parent
93b4b55ee7
commit
e096481090
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user