Commit 4b80d4f
authored
[pigeon]enable treat warning as errors for swift code in unit test (#3889)
This will make it easier to spot issues where we accidentally create an "implicit optional". For more details about why implicit optional is bad, see #3658
For example, the following warning was ignored previously:

*List which issues are fixed by this PR. You must list at least one issue.*
Mentioned in PR: #3658 (comment)
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*1 parent b9f2f1e commit 4b80d4f
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
545 | 546 | | |
546 | 547 | | |
547 | 548 | | |
| |||
557 | 558 | | |
558 | 559 | | |
559 | 560 | | |
| 561 | + | |
560 | 562 | | |
561 | 563 | | |
562 | 564 | | |
| |||
572 | 574 | | |
573 | 575 | | |
574 | 576 | | |
| 577 | + | |
575 | 578 | | |
576 | 579 | | |
577 | 580 | | |
| |||
0 commit comments