@@ -419,11 +419,15 @@ */ OF_ROOT_CLASS @interface OFObject { @private +#ifndef __clang_analyzer__ Class _isa; +#else + Class _isa __attribute__((__unused__)); +#endif } /*! * @brief A method which is called once when the class is loaded into the * runtime.