Commit dfc8a09
committed
fix: suppress warnings exposed by -Xfatal-warnings/-Werror
Remove unused classTag import in HttpMessage.scala.
Add -Wconf suppressions for structural type warning (Scala 2),
synchronized warning and override-deprecated warning (Scala 3).1 parent bccf46f commit dfc8a09
2 files changed
Lines changed: 6 additions & 3 deletions
File tree
- http-core/src/main/scala/org/apache/pekko/http/scaladsl/model
- project
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments