Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
BloodAxe merged 1 commit intoMasteringOpenCV:masterMasteringOpenCV/code:masterfrom
SSteve:masterCopy head branch name to clipboard
Jun 2, 2014
Merged

Check that the return value is nil before attempting to do anything with...#32
BloodAxe merged 1 commit intoMasteringOpenCV:masterMasteringOpenCV/code:masterfrom
SSteve:masterCopy head branch name to clipboard

Conversation

@SSteve
Copy link
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.