must return a value

git-svn-id: http://skia.googlecode.com/svn/trunk@3792 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-04-30 13:54:36 +00:00
parent 7d4aee34e2
commit 71937d6618

View File

@ -32,7 +32,7 @@ static bool containsrgn_proc(SkRegion& a, SkRegion& b) {
r = b.getBounds();
r.inset(r.width()/4, r.height()/4);
(void)b.contains(r);
return b.contains(r);
}
static bool sects_proc(SkRegion& a, SkRegion& b) {