iMediaSandboxing / iMedia

The Karelia iMedia Browser, framework and application for browsing media on Mac OS X
http://www.karelia.com/imedia/
Other
18 stars 12 forks source link

Alleviate clang analysis nil-parameter warnings #74

Closed danielpunkass closed 8 years ago

danielpunkass commented 8 years ago

These warnings came up with clang analayis on Xcode 7.3 (may have been present earlier). I think formalizing the expectations in our code is a good idea. In particular some cases where undefined behavior would have been met are now at least reasoned in the handling of nil values.