Skip to content

Commit 95add7f

Browse files
authored
Fix documentation warning surfaced in Xcode from grpc (#6354)
1 parent bdf84c0 commit 95add7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firestore/core/src/remote/grpc_connection.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@
3232
#include "Firestore/core/src/util/log.h"
3333
#include "Firestore/core/src/util/statusor.h"
3434
#include "Firestore/core/src/util/string_format.h"
35+
#include "Firestore/core/src/util/warnings.h"
3536
#include "absl/memory/memory.h"
3637
#include "absl/strings/str_cat.h"
38+
39+
SUPPRESS_DOCUMENTATION_WARNINGS_BEGIN()
3740
#include "grpcpp/create_channel.h"
3841
#include "grpcpp/grpcpp.h"
42+
SUPPRESS_END()
3943

4044
namespace firebase {
4145
namespace firestore {

0 commit comments

Comments
 (0)