Skip to content

Commit f177e4f

Browse files
author
Edward Chan
committed
fixed "internal compiler error tree check" compiler error
1 parent 072e1ee commit f177e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vendor/NXJSON/NXJsonParser.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ -(NSNumber*)newBoolean
387387
value = NO;
388388
break;
389389
default:
390-
ASSERT(!@"I should never be here. Fault the calling function.");
390+
ASSERT(@"I should never be here. Fault the calling function." != nil ? 1 : 0);
391391
break;
392392
}
393393

0 commit comments

Comments
 (0)