Index: src/bridge/OFException+Swift.h ================================================================== --- src/bridge/OFException+Swift.h +++ src/bridge/OFException+Swift.h @@ -70,9 +70,9 @@ /*! * @brief Raises the exception. * * @note This is only useful to raise OFExceptions in Swift. */ -- (void)throw; +- (void)throw OF_NO_RETURN; @end OF_ASSUME_NONNULL_END