Commit ebaeb6b
ignore Android binding warnings (#4423)
* Fix Android binding warnings - treat as errors but suppress expected warnings
- Enable TreatWarningsAsErrors for Android bindings project
- Suppress expected/unavoidable Android binding warnings (BG8xxx codes)
- These warnings are caused by Java interface circular dependencies in Sentry SDK
- Warnings are documented with explanations for each type
- New warning types will now break the build for review
- Analyzed 1528 warnings and confirmed they're due to binding limitations
- Solution preserves existing Metadata.xml strategic type removals
---------
Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>1 parent 3d2b22a commit ebaeb6b
1 file changed
Lines changed: 13 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
9 | 22 | | |
10 | 23 | | |
11 | 24 | | |
| |||
0 commit comments