@@ -73,10 +73,16 @@ return value; } @implementation OFTarArchiveEntry +/* + * The following is optional in OFArchiveEntry, but Apple GCC 4.0.1 is buggy + * and needs this to stop complaining. + */ +@dynamic fileComment; + - (instancetype)init { OF_INVALID_INIT_METHOD }