Skip to content

Commit

Permalink
Fix Xcode 9.3 warning for "__weak only applies to ObjC types"
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocampama authored and thomasvl committed Apr 6, 2018
1 parent 8027741 commit b3f485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddressBook/GTMABAddressBook.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ - (BOOL)checkValueType:(id)value;

@interface GTMABMultiValueEnumerator : NSEnumerator {
@private
GTM_WEAK ABMultiValueRef ref_; // ref_ cached from enumeree_
ABMultiValueRef ref_; // ref_ cached from enumeree_
GTMABMultiValue *enumeree_;
unsigned long mutations_;
NSUInteger count_;
Expand Down

0 comments on commit b3f485c

Please sign in to comment.