aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-arg-decay.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/method-arg-decay.m')
-rw-r--r--test/SemaObjC/method-arg-decay.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/method-arg-decay.m b/test/SemaObjC/method-arg-decay.m
index 4b045914c095..7fd07d2ede33 100644
--- a/test/SemaObjC/method-arg-decay.m
+++ b/test/SemaObjC/method-arg-decay.m
@@ -87,6 +87,7 @@ extern NSMutableArray *XCFindPossibleKeyModules(PBXModule *module, BOOL useExpos
PBXModule *obj = [XCFindPossibleKeyModules(pModule, (BOOL)0) objectOfType:type matchingFunction:comparator usingData:data];
}
}
+ return 0;
}
- (BOOL)buffer:(char *)buf containsAnyPrompts:(char *[])prompts
{