ObjFW  Diff

Differences From Artifact [13a14ec6e2]:

To Artifact [67965e0984]:


272
273
274
275
276
277
278
279
280
281
282
283
284
285
286

- (void)release
{
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}
@end

@implementation OFDatePlaceholder
#ifdef __clang__
/* We intentionally don't call into super, so silence the warning. */
# pragma clang diagnostic push







|







272
273
274
275
276
277
278
279
280
281
282
283
284
285
286

- (void)release
{
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}
@end

@implementation OFDatePlaceholder
#ifdef __clang__
/* We intentionally don't call into super, so silence the warning. */
# pragma clang diagnostic push