mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-13 09:40:27 +08:00
fixed "internal compiler error tree check" compiler error
This commit is contained in:
2
Vendor/NXJSON/NXJsonParser.m
vendored
2
Vendor/NXJSON/NXJsonParser.m
vendored
@@ -387,7 +387,7 @@ NSString* const kNextiveJsonParserErrorDomain = @"com.nextive.NXJsonParser";
|
||||
value = NO;
|
||||
break;
|
||||
default:
|
||||
ASSERT(!@"I should never be here. Fault the calling function.");
|
||||
ASSERT(@"I should never be here. Fault the calling function." != nil ? 1 : 0);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user