fixed "internal compiler error tree check" compiler error

This commit is contained in:
Edward Chan
2011-07-30 09:06:13 -07:00
parent 072e1ee58b
commit f177e4f1ef

View File

@@ -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;
}