You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
Running Analyse with XCode5-DP6 results in a few coding conventions issues like this in TBXML.m:
Pods/TBXML/TBXML-Code/TBXML.m:253:16: Potential null dereference. According to coding standards in 'Creating and Returning NSError Objects' the parameter may be null
and a warning:
Pods/TBXML/TBXML-Code/TBXML.m:360:25: Using 'stringWithString:' with a literal is redundant
Issues in TBXML+Compression.m
Pods/TBXML/TBXML-Code/TBXML+Compression.m:127:67: The left operand of '&' is a garbage value
The text was updated successfully, but these errors were encountered:
Running Analyse with XCode5-DP6 results in a few coding conventions issues like this in TBXML.m:
Pods/TBXML/TBXML-Code/TBXML.m:253:16: Potential null dereference. According to coding standards in 'Creating and Returning NSError Objects' the parameter may be null
and a warning:
Pods/TBXML/TBXML-Code/TBXML.m:360:25: Using 'stringWithString:' with a literal is redundant
Issues in TBXML+Compression.m
Pods/TBXML/TBXML-Code/TBXML+Compression.m:127:67: The left operand of '&' is a garbage value
The text was updated successfully, but these errors were encountered: