File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ class Variant;
36
36
namespace functions {
37
37
namespace internal {
38
38
39
+ #pragma clang assume_nonnull begin
40
+
39
41
class HttpsCallableReferenceInternal {
40
42
public:
41
43
explicit HttpsCallableReferenceInternal (FunctionsInternal* functions,
@@ -92,6 +94,8 @@ class HttpsCallableReferenceInternal {
92
94
Mutex controller_init_mutex_;
93
95
};
94
96
97
+ #pragma clang assume_nonnull end
98
+
95
99
} // namespace internal
96
100
} // namespace functions
97
101
} // namespace firebase
Original file line number Diff line number Diff line change 34
34
// around the FIRFunctions Obj-C class.
35
35
OBJ_C_PTR_WRAPPER (FIRFunctions);
36
36
37
+ #pragma clang assume_nonnull begin
38
+
37
39
namespace firebase {
38
40
namespace functions {
39
41
namespace internal {
@@ -78,6 +80,8 @@ class FunctionsInternal {
78
80
CleanupNotifier cleanup_;
79
81
};
80
82
83
+ #pragma clang assume_nonnull end
84
+
81
85
} // namespace internal
82
86
} // namespace functions
83
87
} // namespace firebase
You can’t perform that action at this time.
0 commit comments