ObjC: avoid assign for object properties
This avoids hitting the following warning when including GPBDescriptor.h in ARC projects with stricter warning settings: error: 'assign' property of object type may become a dangling reference; consider using 'unsafe_unretained' [-Werror,-Wobjc-property-assign-on-object-type We first hit this in XCode 11, it's unclear whether it simply got stricter about enforcing this warning or whether the flags enabled with -Wall or -Weverything have been expanded.
Showing
Please
register
or
sign in
to comment