aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/GPBMessage.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-12-07 10:49:30 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-12-07 10:49:30 -0500
commitc27833b6321e8c05611d659cb4bb9f60f82529a4 (patch)
treeec0c11e6e6e0d6e48c81e6a7d4ff408b7070c4eb /objectivec/GPBMessage.h
parentb1b9c254e2d1c7929f8072b82a7a0fb415ba3b75 (diff)
Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.
Diffstat (limited to 'objectivec/GPBMessage.h')
-rw-r--r--objectivec/GPBMessage.h2
1 files changed, 1 insertions, 1 deletions
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: