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