@@ -256,9 +256,11 @@ * @note This has to be set before the thread is started! * * @param stackSize The stack size for the thread */ - (void)setStackSize: (size_t)stackSize; +#else +- init OF_UNAVAILABLE; #endif @end OF_ASSUME_NONNULL_END