@@ -122,11 +122,11 @@ enumerationMutationHandler(id object) { @throw [OFEnumerationMutationException exceptionWithObject: object]; } -void +void OF_NO_RETURN of_method_not_found(id obj, SEL sel) { [obj doesNotRecognizeSelector: sel]; /* @@ -134,11 +134,11 @@ * never return. */ abort(); } -void +void OF_NO_RETURN of_method_not_found_stret(void *st, id obj, SEL sel) { of_method_not_found(obj, sel); }