From 137ce37363d72ac1d643ea9f93bc6e6665367e57 Mon Sep 17 00:00:00 2001 From: rsgowman Date: Fri, 22 Jun 2018 16:17:25 -0400 Subject: Fix a few implicit converstion warnings (#1439) Were showing up in xcode build (but not cmake build) --- Firestore/core/src/firebase/firestore/local/local_serializer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firestore/core/src/firebase') diff --git a/Firestore/core/src/firebase/firestore/local/local_serializer.h b/Firestore/core/src/firebase/firestore/local/local_serializer.h index c1b4761..c52e324 100644 --- a/Firestore/core/src/firebase/firestore/local/local_serializer.h +++ b/Firestore/core/src/firebase/firestore/local/local_serializer.h @@ -48,7 +48,7 @@ class LocalSerializer { * @brief Encodes a MaybeDocument model to the equivalent bytes for local * storage. * - * @param document the model to convert. + * @param maybe_doc the model to convert. * @param[out] out_bytes A buffer to place the output. The bytes will be * appended to this vector. * @return A Status, which if not ok(), indicates what went wrong. Note that -- cgit v1.2.3