We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf84c0 commit 95add7fCopy full SHA for 95add7f
Firestore/core/src/remote/grpc_connection.cc
@@ -32,10 +32,14 @@
32
#include "Firestore/core/src/util/log.h"
33
#include "Firestore/core/src/util/statusor.h"
34
#include "Firestore/core/src/util/string_format.h"
35
+#include "Firestore/core/src/util/warnings.h"
36
#include "absl/memory/memory.h"
37
#include "absl/strings/str_cat.h"
38
+
39
+SUPPRESS_DOCUMENTATION_WARNINGS_BEGIN()
40
#include "grpcpp/create_channel.h"
41
#include "grpcpp/grpcpp.h"
42
+SUPPRESS_END()
43
44
namespace firebase {
45
namespace firestore {
0 commit comments