From c27833b6321e8c05611d659cb4bb9f60f82529a4 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 7 Dec 2015 10:49:30 -0500 Subject: Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects. --- objectivec/GPBMessage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objectivec/GPBMessage.h') diff --git a/objectivec/GPBMessage.h b/objectivec/GPBMessage.h index d4c2fccf..332393ed 100644 --- a/objectivec/GPBMessage.h +++ b/objectivec/GPBMessage.h @@ -127,7 +127,7 @@ CF_EXTERN_C_END // Same as -[data], except a delimiter is added to the start of the data // indicating the size of the message data that follows. -- (nullable NSData *)delimitedData; +- (NSData *)delimitedData; // Returns the size of the object if it were serialized. // This is not a cached value. If you are following a pattern like this: -- cgit v1.2.3