Index: src/OFString.h ================================================================== --- src/OFString.h +++ src/OFString.h @@ -497,11 +497,11 @@ * specifier for objects, %C for of_unichar_t and %S for const of_unichar_t*. * * @param format A string used as format to initialize the OFString * @return An initialized OFString */ -- initWithFormat: (OFConstantString*)format, ... OF_FORMAT_FUNCTION(1, 2); +- initWithFormat: (OFConstantString*)format, ...; /*! * @brief Initializes an already allocated OFString with a format string. * * See printf for the format syntax. As an addition, %@ is available as format