Skip to content

Check that the return value is nil before attempting to do anything with...#32

Merged
BloodAxe merged 1 commit into
MasteringOpenCV:masterfrom
SSteve:master
Jun 2, 2014
Merged

Check that the return value is nil before attempting to do anything with...#32
BloodAxe merged 1 commit into
MasteringOpenCV:masterfrom
SSteve:master

Conversation

@SSteve
Copy link
Copy Markdown
Contributor

@SSteve SSteve commented Mar 22, 2014

... the NSError object

Apple's Error Handling Programming Guide
(https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/
ErrorHandlingCocoa/CreateCustomizeNSError/CreateCustomizeNSError.html)
states that return values must be checked for nil or NO before
attempting to do anything with the NSError object

…ith the NSError object

Apple's Error Handling Programming Guide
(https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/
ErrorHandlingCocoa/CreateCustomizeNSError/CreateCustomizeNSError.html)
states that return values must be checked for nil or NO before
attempting to do anything with the NSError object
BloodAxe added a commit that referenced this pull request Jun 2, 2014
Check that the return value is nil before attempting to do anything with...
@BloodAxe BloodAxe merged commit f3b6916 into MasteringOpenCV:master Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants