We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa4d09 commit 5be6cf9Copy full SHA for 5be6cf9
ZipUtilities/NOZ_Project.h
@@ -73,7 +73,7 @@
73
__unsafe_unretained noz_defer_block_t noz_macro_concat(__noz_stack_defer_block_, __LINE__) __attribute__((cleanup(noz_deferFunc), unused)) = deferBlock
74
75
typedef void(^noz_defer_block_t)(void);
76
-NS_INLINE void noz_deferFunc(__unsafe_unretained noz_defer_block_t __nonnull * __nonnull blockRef)
+NS_INLINE void noz_deferFunc(__unsafe_unretained noz_defer_block_t __nonnull NS_NOESCAPE * __nonnull blockRef)
77
{
78
__unsafe_unretained noz_defer_block_t actualBlock = *blockRef;
79
actualBlock();
0 commit comments