aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBUtilities.h
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2015-12-07 10:49:30 -0500
committerThomas Van Lenten <thomasvl@google.com>2015-12-07 10:49:30 -0500
commitc27833b6321e8c05611d659cb4bb9f60f82529a4 (patch)
treeec0c11e6e6e0d6e48c81e6a7d4ff408b7070c4eb /objectivec/GPBUtilities.h
parentb1b9c254e2d1c7929f8072b82a7a0fb415ba3b75 (diff)
downloadprotobuf-c27833b6321e8c05611d659cb4bb9f60f82529a4.tar.gz
protobuf-c27833b6321e8c05611d659cb4bb9f60f82529a4.tar.bz2
protobuf-c27833b6321e8c05611d659cb4bb9f60f82529a4.zip
Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.
Diffstat (limited to 'objectivec/GPBUtilities.h')
-rw-r--r--objectivec/GPBUtilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/GPBUtilities.h b/objectivec/GPBUtilities.h
index 1301b436..5b55104b 100644
--- a/objectivec/GPBUtilities.h
+++ b/objectivec/GPBUtilities.h
@@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN
// most likely won't exactly match the original .proto file.
NSString *GPBTextFormatForMessage(GPBMessage *message,
NSString * __nullable lineIndent);
-NSString *GPBTextFormatForUnknownFieldSet(GPBUnknownFieldSet *unknownSet,
+NSString *GPBTextFormatForUnknownFieldSet(GPBUnknownFieldSet * __nullable unknownSet,
NSString * __nullable lineIndent);
//