Commit 11c6e70
committed
Fix dialyzer warnings about unknown type ered:host/0
Add the missing type export and re-enable the unknown type
warning disabled for OTP 26.
The fixed warnings was found in:
- src/ered_client.erl
Line 80 Column 24: Unknown type ered:host/0
- src/ered_connection.erl
Line 60 Column 17: Unknown type ered:host/0
Additionally add plt_extra_apps to handle the warnings:
- test/ered_client_tests.erl
Line 0: Unknown function eunit:test/1
- ./ssl.erl
Line 927 Column 77: Unknown type public_key:oid/0
Signed-off-by: Björn Svensson <[email protected]>1 parent e3d337d commit 11c6e70
3 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments