fix almost all the warnings caused by -Wstrict-prototypes

This commit is contained in:
fridtjof
2019-01-05 03:28:03 +01:00
parent 041396d5e6
commit 0915e3fab2
15 changed files with 38 additions and 37 deletions
@@ -45,7 +45,7 @@ static const NSString *kJitsiServerUrl = @"https://jitsi.riot.im/";
}
- (void)openWidget:(Widget*)widget withVideo:(BOOL)aVideo
success:(void (^)())success
success:(void (^)(void))success
failure:(void (^)(NSError *error))failure
{
video = aVideo;