aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBCodedInputStream.h
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-05-26 11:10:00 -0400
committerThomas Van Lenten <thomasvl@google.com>2016-05-26 11:10:00 -0400
commit0f27cab4fb378b94a91c2b1522174ec21719df9d (patch)
tree6111cbd70b21027c678647381eba6d3974b51740 /objectivec/GPBCodedInputStream.h
parented87c1fe2c6e1633cadb62cf54b2723b2b25c280 (diff)
parentc8a440dfb68074ff310e624928cd2dd61c101728 (diff)
downloadprotobuf-0f27cab4fb378b94a91c2b1522174ec21719df9d.tar.gz
protobuf-0f27cab4fb378b94a91c2b1522174ec21719df9d.tar.bz2
protobuf-0f27cab4fb378b94a91c2b1522174ec21719df9d.zip
Merge pull request #1600 from thomasvl/objc_tighter_warnings
Add more warnings to for the ObjC runtime build
Diffstat (limited to 'objectivec/GPBCodedInputStream.h')
-rw-r--r--objectivec/GPBCodedInputStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/GPBCodedInputStream.h b/objectivec/GPBCodedInputStream.h
index d64b64e3..44f69906 100644
--- a/objectivec/GPBCodedInputStream.h
+++ b/objectivec/GPBCodedInputStream.h
@@ -93,7 +93,7 @@ NS_ASSUME_NONNULL_BEGIN
///
/// @param message The message to set fields on as they are read.
/// @param extensionRegistry An optional extension registry to use to lookup
-/// extensions for @message.
+/// extensions for @c message.
- (void)readMessage:(GPBMessage *)message
extensionRegistry:(nullable GPBExtensionRegistry *)extensionRegistry;