From f177e4f1efeaeec950d0dc19e3ab5b908b212dc0 Mon Sep 17 00:00:00 2001 From: Edward Chan Date: Sat, 30 Jul 2011 09:06:13 -0700 Subject: [PATCH] fixed "internal compiler error tree check" compiler error --- Vendor/NXJSON/NXJsonParser.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vendor/NXJSON/NXJsonParser.m b/Vendor/NXJSON/NXJsonParser.m index c08a6211..9e5b5c76 100644 --- a/Vendor/NXJSON/NXJsonParser.m +++ b/Vendor/NXJSON/NXJsonParser.m @@ -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; }