Pārlūkot izejas kodu

Compiler warning cleanup

Mike Lewis 13 gadi atpakaļ
vecāks
revīzija
1d66ebdf36
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      SRWebSocketTests/SRTAutobahnTests.m
  2. 1 1
      SocketRocket/SRWebSocket.m

+ 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