Commit ca65933
committed
Replace useless @serialversionuid error by a warning
akka has this annotations on some traits and cannot remove it without
breaking binary-compatibility on 2.12, they worked around this error
by using a compiler plugin, but we can just downgrade the error to
warning so they don't have to keep doing something that horrifying.1 parent 75edcf8 commit ca65933
File tree
2 files changed
+1
-1
lines changed- compiler/src/dotty/tools/backend/jvm
- tests/neg-custom-args/fatal-warnings
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
File renamed without changes.
0 commit comments