Commit 1d50494
committed
Add nowarn_missing_spec to test profile to fix test compilation
The test suites use -compile(export_all) and don't have -spec
annotations, which causes compilation to fail because the global
erl_opts includes both warn_missing_spec and warnings_as_errors.
https://claude.ai/code/session_01RBbLduNgvjWctN2Dj12UDY1 parent ae30034 commit 1d50494
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments