From e0b5233114161abd797c10cf54c9f1c9a8e8773a Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 20 Jan 2012 13:00:43 +0000 Subject: [Author: aharper] Another Apple class that method check should ignore (Lion). R=dmaclach,thomasvl APPROVED=dmaclach --- DebugUtils/GTMMethodCheck.m | 1 + 1 file changed, 1 insertion(+) (limited to 'DebugUtils/GTMMethodCheck.m') diff --git a/DebugUtils/GTMMethodCheck.m b/DebugUtils/GTMMethodCheck.m index 0331a67..cb3c240 100644 --- a/DebugUtils/GTMMethodCheck.m +++ b/DebugUtils/GTMMethodCheck.m @@ -46,6 +46,7 @@ static BOOL ConformsToNSObjectProtocol(Class cls) { || (strncmp(className, "_NS", 3) == 0) || (strncmp(className, "__NS", 4) == 0) || (strcmp(className, "CFObject") == 0) + || (strcmp(className, "__IncompleteProtocol") == 0) #if GTM_IPHONE_SDK || (strcmp(className, "Object") == 0) #endif -- cgit v1.2.3