Null coalescing operator usage and NSAssert

Issue #73 closed
Martin Höller created an issue

Apparently NSAssert and related macros use a "x ? x : y" expression that triggers this warning. Please add a default exception for this.

Comments (2)

  1. Log in to comment