Commit b1b5b03
Address control reaches end of non-void function warning
firestore/src/common/field_value.cc: In member function ‘std::string firebase::firestore::FieldValue::ToString() const’:
firestore/src/common/field_value.cc:341:1: warning: control reaches end of non-void function [-Wreturn-type]
341 | }
PiperOrigin-RevId: 2992177681 parent f8e1fb1 commit b1b5b03
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
340 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
0 commit comments