You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../src/NSCalendarDate+CompatibilityHacks.m:48:18: warning: instance method '-descriptionWithCalendarFormat:' not found (return type defaults to 'id') [-Wobjc-method-access]
return( [self descriptionWithCalendarFormat:@"%Y-%m-%d %H:%M:%S"]); // oracle compatible... yay
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../dependency/include/MulleObjCStandardFoundation/NSCalendarDate.h:57:12: note: receiver is instance of class declared here
@interface NSCalendarDate : NSObject < NSDateFactory>
^
1 warning generated.
The text was updated successfully, but these errors were encountered:
Used by MulleEOAppleCompatibility
The text was updated successfully, but these errors were encountered: