Mike Lewis 13 жил өмнө
parent
commit
1d66ebdf36

+ 1 - 1
SRWebSocketTests/SRTAutobahnTests.m

@@ -139,7 +139,7 @@
         return;
     }
     [aRun start];
-    for (int i = 1; i <= aRun.test.testCaseCount; i++) {
+    for (NSUInteger i = 1; i <= aRun.test.testCaseCount; i++) {
         SEL sel = @selector(performTestWithNumber:);
         NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[[self class] instanceMethodSignatureForSelector:sel]];
         

+ 1 - 1
SocketRocket/SRWebSocket.m

@@ -1721,4 +1721,4 @@ static NSRunLoop *networkRunLoop = nil;
     return _runLoop;
 }
 
-@end
+@end